Android SDK Version
Method Summary
Modifier and TypeMethodDescription
abstract UnitOnTokenRefreshed(AccessToken accessToken) The method called on a successful refresh of an AccessToken.
abstract UnitOnTokenRefreshFailed(FacebookException exception) The method called on a failed refresh of an AccessToken.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

OnTokenRefreshed

 abstract UnitOnTokenRefreshed(AccessToken accessToken)
The method called on a successful refresh of an AccessToken.
Parameters:
accessToken - the access token created from the native link intent.

OnTokenRefreshFailed

 abstract UnitOnTokenRefreshFailed(FacebookException exception)
The method called on a failed refresh of an AccessToken.
Parameters:
exception - throw from AccessToken creation.