| Package | Description |
|---|---|
| com.facebook |
| Modifier and Type | Method and Description |
|---|---|
AccessTokenSource |
AccessToken.getSource()
Gets the
AccessTokenSource indicating how this access token was obtained. |
static AccessTokenSource |
TokenCachingStrategy.getSource(android.os.Bundle bundle)
Gets the cached enum indicating the source of the token from the Bundle.
|
static AccessTokenSource |
AccessTokenSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessTokenSource[] |
AccessTokenSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AccessToken |
AccessToken.createFromExistingAccessToken(String accessToken,
Date expirationTime,
Date lastRefreshTime,
AccessTokenSource accessTokenSource,
List<String> permissions)
Creates a new AccessToken using the supplied information from a previously-obtained access
token (for instance, from an already-cached access token obtained prior to integration with the
Facebook SDK).
|
static void |
TokenCachingStrategy.putSource(android.os.Bundle bundle,
AccessTokenSource value)
Puts the enum indicating the source of the token into a Bundle.
|
Copyright © 2013. All Rights Reserved.