Packagecom.distriqt.extension.facebookapi
Classpublic class LoginBehaviour
InheritanceLoginBehaviour Inheritance Object

Specifies the behaviors to try during login



Public Constants
 ConstantDefined 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
Constant Detail
BROWSERConstant
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_FALLBACKConstant 
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_ACCOUNTConstant 
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.