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