SessionLoginBehavior
Diese Klasse ist in der neuesten Version des SDKs nicht mehr verfügbar.
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten 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).

Erweiterungen:Enum
Package:facebook
Klassenmethoden
values()
public static SessionLoginBehavior values()
valueOf(String)
public static SessionLoginBehavior valueOf(String name)
ParameterBeschreibung
name
Konstanten
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