FacebookAuthPlatformImplementation class

class to make calls to the facebook login SDK

Inheritance

Properties

accessToken Future<AccessToken?>
if the user is logged return one instance of AccessToken
no setteroverride
channel MethodChannel
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAndroid bool
check if is running on Android
no setter
isAutoLogAppEventsEnabled Future<bool>
ONLY FOR iOS: check if AutoLogAppEvents are enabled
no setteroverride
isIOS bool
no setter
isWebSdkInitialized bool
use this to know if the facebook sdk was initializated on Web on Android and iOS is always true
no setteroverride
permissions Future<FacebookPermissions?>
returns the granted and declined permissions
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

autoLogAppEventsEnabled(bool enabled) Future<void>
ONLY FOR iOS: enable or disable AutoLogAppEvents
override
expressLogin() Future<LoginResult>
Express login logs people in with their Facebook account across devices and platform. If a person logs into your app on Android and then changes devices, express login logs them in with their Facebook account, instead of asking for them to select a login method.
override
getUserData({String fields = "name,email,picture.width(200)"}) Future<Map<String, dynamic>>
retrive the user information using the GraphAPI
override
login({List<String> permissions = const ['email', 'public_profile'], LoginBehavior loginBehavior = LoginBehavior.dialogOnly}) Future<LoginResult>
make a login request using the facebook SDK
override
logOut() Future<void>
Sign Out from Facebook
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
webAndDesktopInitialize({required String appId, required bool cookie, required bool xfbml, required String version}) Future<void>
only available on WEB
override

Operators

operator ==(Object other) bool
The equality operator.
inherited