public static interface AccessToken.AccessTokenCreationCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onError(FacebookException error) |
void |
onSuccess(AccessToken token)
The method called on a successful creation of an AccessToken.
|
void onSuccess(AccessToken token)
token - the access token created from the native link intent.void onError(FacebookException error)