AccessToken.AccessTokenCreationCallback
这个类有新版本。查看 最新版本。

A callback for creating an access token from a NativeLinkingIntent

应用安装包:facebook
实例方法
onSuccess(AccessToken)

The method called on a successful creation of an AccessToken.

public void onSuccess(AccessToken token)
参数描述
tokenThe access token created from the native link intent.
onError(FacebookException)
public void onError(FacebookException error)
参数描述
error