| Package | com.facebook.graph.data |
| Class | public class FacebookSession |
| Property | Defined by | ||
|---|---|---|---|
| accessToken : String
Oauth access token for Facebook graph services.
| FacebookSession | ||
| availablePermissions : Array
When a user accepts extended permissions, they are stored here.
| FacebookSession | ||
| expireDate : Date
The date this session will expire.
| FacebookSession | ||
| secret : String
Secret key.
| FacebookSession | ||
| sessionKey : String
Current session for the logged in user.
| FacebookSession | ||
| sig : String
User's sig.
| FacebookSession | ||
| uid : String
The current user's ID.
| FacebookSession | ||
| user : FacebookUser
The current user's full information, as requested from a 'me' ID.
| FacebookSession | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new FacebookSession.
| FacebookSession | ||
|
fromJSON(result:Object):void
Populates the session data from a decoded JSON object.
| FacebookSession | ||
|
toString():String
Provides the string value of this instance.
| FacebookSession | ||
| accessToken | property |
public var accessToken:StringOauth access token for Facebook graph services.
| availablePermissions | property |
public var availablePermissions:ArrayWhen a user accepts extended permissions, they are stored here.
| expireDate | property |
public var expireDate:DateThe date this session will expire.
| secret | property |
public var secret:StringSecret key.
| sessionKey | property |
public var sessionKey:StringCurrent session for the logged in user.
| sig | property |
public var sig:StringUser's sig.
| uid | property |
public var uid:StringThe current user's ID.
| user | property |
public var user:FacebookUserThe current user's full information, as requested from a 'me' ID. This data will vary based on what privacy settings the user has enabled in their user profile.
| FacebookSession | () | constructor |
public function FacebookSession()Creates a new FacebookSession.
| fromJSON | () | method |
public function fromJSON(result:Object):voidPopulates the session data from a decoded JSON object.
Parametersresult:Object |
| toString | () | method |
public function toString():StringProvides the string value of this instance.
ReturnsString |