public interface LoginStatusCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted(com.facebook.AccessToken accessToken)
Called when an access token is able to be retrieved successfully.
|
void |
onError(java.lang.Exception exception)
Called when there was an error getting the login status of a user.
|
void |
onFailure()
Called when an access token could not be retrieved.
|
void onCompleted(com.facebook.AccessToken accessToken)
accessToken - The access token retrieved for the uservoid onFailure()
void onError(java.lang.Exception exception)
exception - The error that occurred