flutter_facebook_auth_platform_interface library

Classes

AccessToken
Class that contains the facebook access token data
FacebookAuthPlatform
The interface that implementations of flutter_facebook_auth must implement.
FacebookAuthPlatformImplementation
class to make calls to the facebook login SDK
FacebookPermissions
this class is used to saved the granted and declined permissions after login
LoginResult
class to handle a login request

Enums

LoginBehavior
defines the login ui Behavior on Android
LoginStatus

Functions

getLoginBehaviorAsString(LoginBehavior behavior) String
parse the LoginBehavior to a String to be passed to the native code.