| Package | com.facebook.graph.data |
| Class | public class FacebookAuthResponse |
| Inheritance | FacebookAuthResponse Object |
| Property | Defined 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 | ||
| Method | Defined 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 | ||
| accessToken | property |
public var accessToken:StringOAuth 2.0 access token for Facebook graph services.
| expireDate | property |
public var expireDate:DateThe date this authResponse will expire.
| signedRequest | property |
public var signedRequest:StringOauth string with the current signed request. http://developers.facebook.com/docs/authentication/signed_request/
| uid | property |
public var uid:StringThe current user's ID.
| FacebookAuthResponse | () | Constructor |
public function FacebookAuthResponse()Creates a new FacebookAuthResponse.
| fromJSON | () | method |
public function fromJSON(result:Object):voidPopulates the authResponse data from a decoded JSON object.
Parameters
result:Object |
| toString | () | method |
public function toString():StringProvides the string value of this instance.
ReturnsString |