Packagecom.facebook.graph.data
Classpublic class FacebookAuthResponse
InheritanceFacebookAuthResponse Inheritance Object

VO to hold information about the current logged in user and their auth response.



Public Properties
 PropertyDefined By
  accessToken : String
OAuth 2.0 access token for Facebook graph services.
FacebookAuthResponse
  expireDate : Date
The date this authResponse will expire.
FacebookAuthResponse
  signedRequest : String
Oauth string with the current signed request.
FacebookAuthResponse
  uid : String
The current user's ID.
FacebookAuthResponse
Public Methods
 MethodDefined By
  
Creates a new FacebookAuthResponse.
FacebookAuthResponse
  
fromJSON(result:Object):void
Populates the authResponse data from a decoded JSON object.
FacebookAuthResponse
  
toString():String
Provides the string value of this instance.
FacebookAuthResponse
Property Detail
accessTokenproperty
public var accessToken:String

OAuth 2.0 access token for Facebook graph services.

expireDateproperty 
public var expireDate:Date

The date this authResponse will expire.

signedRequestproperty 
public var signedRequest:String

Oauth string with the current signed request. http://developers.facebook.com/docs/authentication/signed_request/

uidproperty 
public var uid:String

The current user's ID.

Constructor Detail
FacebookAuthResponse()Constructor
public function FacebookAuthResponse()

Creates a new FacebookAuthResponse.

Method Detail
fromJSON()method
public function fromJSON(result:Object):void

Populates the authResponse data from a decoded JSON object.

Parameters

result:Object

toString()method 
public function toString():String

Provides the string value of this instance.

Returns
String