Package | com.distriqt.extension.facebookapi |
Class | public class LoginBehaviour |
Inheritance | LoginBehaviour ![]() |
Constant | Defined By | ||
---|---|---|---|
BROWSER : String = browser [static]
Attempts to login using the web dialog, through a web view, custom tab, browser or safari view controller. | LoginBehaviour | ||
NATIVE_WITH_FALLBACK : String = native_with_fallback [static]
Specifies that login should attempt login in using the Facebook App, and if that
does not work fall back to web dialog auth. | LoginBehaviour | ||
SYSTEM_ACCOUNT : String = system_account [static]
Attempts log in through the Facebook account currently signed in through
the device Settings. | LoginBehaviour |
BROWSER | Constant |
public static const BROWSER:String = browser
Attempts to login using the web dialog, through a web view, custom tab, browser or safari view controller.
NATIVE_WITH_FALLBACK | Constant |
public static const NATIVE_WITH_FALLBACK:String = 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.
SYSTEM_ACCOUNT | Constant |
public static const SYSTEM_ACCOUNT:String = system_account
Attempts log in through the Facebook account currently signed in through the device Settings.
If the account is not available to the app (either not configured by user or
as determined by the SDK) this behavior falls back to NATIVE_WITH_FALLBACK
.