| Package | Description |
|---|---|
| com.facebook |
| 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 AccessToken |
AccessToken.createFromNativeLinkingIntent(android.content.Intent intent)
Creates a new AccessToken using the information contained in an Intent populated by the Facebook
application in order to launch a native link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.open(AccessToken accessToken,
Session.StatusCallback callback)
Opens a session based on an existing Facebook access token.
|
static Session |
Session.openActiveSessionWithAccessToken(android.content.Context context,
AccessToken accessToken,
Session.StatusCallback callback)
Opens a session based on an existing Facebook access token, and also makes this session
the currently active session.
|
Copyright © 2013. All Rights Reserved.