SessionLoginBehavior
This class is no longer available in the most recent version of the SDK.
A more recent version of this class is available. Check out the latest version.

Specifies the behaviors to try during openForRead.openForRead(com.facebook.Session.OpenRequest), openForPublish.openForPublish(com.facebook.Session.OpenRequest), requestNewReadPermissions.requestNewReadPermissions(com.facebook.Session.NewPermissionsRequest), or requestNewPublishPermissions.requestNewPublishPermissions(com.facebook.Session.NewPermissionsRequest).

Extends:Enum
Package:facebook
Class Methods
values()
public static SessionLoginBehavior values()
valueOf(String)
public static SessionLoginBehavior valueOf(String name)
ParameterDescription
name
Constants
SSO_WITH_FALLBACK
Specifies that Session should attempt Single Sign On (SSO), and if that does not work fall back to dialog auth. This is the default behavior.
public static final SessionLoginBehavior SSO_WITH_FALLBACK
SSO_ONLY
Specifies that Session should only attempt SSO. If SSO fails, then the open or new permissions call fails.
public static final SessionLoginBehavior SSO_ONLY
SUPPRESS_SSO
Specifies that SSO should not be attempted, and to only use dialog auth.
public static final SessionLoginBehavior SUPPRESS_SSO