AccessTokenSource
这个类有新版本。查看 最新版本。

Indicates where a Facebook access token was obtained from.

扩展:Enum
应用安装包:facebook
类方法
values()
public static AccessTokenSource values()
valueOf(String)
public static AccessTokenSource valueOf(String name)
参数描述
name
常量
NONE
Indicates an access token has not been obtained, or is otherwise invalid.
public static final AccessTokenSource NONE
FACEBOOK_APPLICATION_WEB
Indicates an access token was obtained by the user logging in through the Facebook app for Android using the web login dialog.
public static final AccessTokenSource FACEBOOK_APPLICATION_WEB
FACEBOOK_APPLICATION_NATIVE
Indicates an access token was obtained by the user logging in through the Facebook app for Android using the native login dialog.
public static final AccessTokenSource FACEBOOK_APPLICATION_NATIVE
FACEBOOK_APPLICATION_SERVICE
Indicates an access token was obtained by asking the Facebook app for the current token based on permissions the user has already granted to the app. No dialog was shown to the user in this case.
public static final AccessTokenSource FACEBOOK_APPLICATION_SERVICE
WEB_VIEW
Indicates an access token was obtained by the user logging in through the Web-based dialog.
public static final AccessTokenSource WEB_VIEW
TEST_USER
Indicates an access token is for a test user rather than an actual Facebook user.
public static final AccessTokenSource TEST_USER
CLIENT_TOKEN
Indicates an access token constructed with a Client Token.
public static final AccessTokenSource CLIENT_TOKEN