AccessToken.AccessTokenCreationCallback
A more recent version of this class is available. Check out the latest version.

A callback for creating an access token from a NativeLinkingIntent

Package:facebook
Instance Methods
onSuccess(AccessToken)

The method called on a successful creation of an AccessToken.

public void onSuccess(AccessToken token)
ParameterDescription
tokenThe access token created from the native link intent.
onError(FacebookException)
public void onError(FacebookException error)
ParameterDescription
error