LoginBehavior
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

Specifies the behaviors to try during login.

확장:Enum
패키지:login
클래스 메서드
values()
public static LoginBehavior values()
valueOf(String)
public static LoginBehavior valueOf(String name)
매개변수설명
name
상수
NATIVE_WITH_FALLBACK
Specifies that login should attempt login in using the Facebook App, and if that does not work fall back to web dialog auth. This is the default behavior.
public static final LoginBehavior NATIVE_WITH_FALLBACK
NATIVE_ONLY
Specifies that login should only attempt to login using the Facebook App. If the Facebook App cannot be used then the login fails.
public static final LoginBehavior NATIVE_ONLY
WEB_ONLY
Specifies that only the web dialog auth should be used.
public static final LoginBehavior WEB_ONLY