FacebookSignIn class

Inheritance
Implementers

Constructors

FacebookSignIn({required String clientId, required String clientSecret, required String redirectUrl, required String scope})
FacebookSignIn.fromProfile(FacebookSignInConfig config)
Configure Facebook Sign in instance
factory

Properties

clientId String
Facebook App Id
getter/setter pairoverride
clientSecret String
Facebook APP Secret
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
pageInfo SocialSignInPageInfo
getter/setter pairoverride
redirectUrl String
Facebook App's Redirect Url
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String
Facebook Permissions
getter/setter pairoverride
stateCode String
getter/setter pairinherited

Methods

authUrl() String
override
customStateCode() String?
inherited
exchangeAccessToken(String authorizationCode) Future<SocialSignInResultInterface>
Your server should then daily verify the session with Facebook, and revoke the session in your system if th authorization has been withdrawn on Facebook's side.
override
generateNonce([int length = 32]) String
inherited
generateString([int length = 32, String charset = 'AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890']) String
inherited
handleResponseBodyFail(Map<String, dynamic> body) Exception
The error will be thrown when the token exchange fails.
inherited
handleUnSuccessCodeFail(Response response) Exception
The error will be thrown when the token exchange fails.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signIn(BuildContext context) Future<SocialSignInResultInterface>
Default signIn with webView flow
inherited
signInWithWebView(BuildContext context) Future
override
toString() String
A string representation of this object.
inherited

Operators

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