com.facebook
Class Session.AuthorizationRequest

java.lang.Object
  extended by com.facebook.Session.AuthorizationRequest
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Session.NewPermissionsRequest, Session.OpenRequest
Enclosing class:
Session

public static class Session.AuthorizationRequest
extends Object
implements Serializable

Base class for authorization requests Session.OpenRequest and Session.NewPermissionsRequest.

See Also:
Serialized Form

Method Summary
 void setIsLegacy(boolean isLegacy)
          Used for backwards compatibility with Facebook.java only, DO NOT USE.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setIsLegacy

public void setIsLegacy(boolean isLegacy)
Used for backwards compatibility with Facebook.java only, DO NOT USE.

Parameters:
isLegacy -