Skip to content

Modules.Facebook.CurrentAccessTokenParams

Dictionary of parameter passed to setAccessToken().

Since: 6.2.0 · Platforms: iphone, ipad

Properties #

accessToken#

Type: String

The opaque token string.

appID#

Type: String

The app ID.

declinedPermissions#

Type: Array<String>

The declined permissions.

exipirationDate#

Type: Date

The optional expiration date (defaults to distant future).

permissions#

Type: Array<String>

The granted permissions.

refreshDate#

Type: Date

The optional date the token was last refreshed (defaults to today).

userID#

Type: String

The user ID.

Titanium SDK Documentation