flutter_facebook_login
flutter_facebook_login copied to clipboard
A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
Hello, I now want to do Facebook channel promotion for my app, can I directly integrate this package?
In the changelog the notes are > Removed deprecated method loginWithPublishPermissions and renamed loginWithReadPermission to login The actual function name is "logIn", capital CamelCase.
As far as I know, currently there's no way to refresh te token received from [`FacebookLogin.logIn`](https://pub.dev/documentation/flutter_facebook_login/latest/flutter_facebook_login/FacebookLogin/logIn.html). It invalidates after ~60 days. Please correct me if I'm mistaken. Some people state...
The token may expired, the native SDK provide the ability to refresh token. Please expose the method.
I read this article https://medium.com/@karlwhiteprivate/flutter-facebook-sign-in-with-firebase-in-2020-66556a8c3586 and now I am a little bit concerned. I saw in the code that you use FBSDK 5.5 and not the mentioned version 6.0.0. Also,...
How do I get the login screen again.. I execute the logout code but never get the login screen again,, Selecting the Facebook button always redirect to the confirmation screen...
We have received many bug reports with failed Facebook plugin. - Motorola Moto G4 Play (harpia_t), Android 7.1 - Asus ZenFone 4 Selfie (ZD553KL) (ASUS_X00LD_1), Android 7.1 - Motorola Moto...
``` [!] CocoaPods could not find compatible versions for pod "FBSDKLoginKit": In snapshot (Podfile.lock): FBSDKLoginKit (= 7.1.1) In Podfile: FBSDKLoginKit flutter_facebook_login (from `.symlinks/plugins/flutter_facebook_login/ios`) was resolved to 0.0.1, which depends on...
It stops during the build adroid with below message I just put in flutter_facebook_login: ^3.0.0 at pubspec.yaml :0 ``` [ +139 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.undersalon.suda/.MainActivity (has extras)...
Fatal Exception: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=64206, result=-1, data=Intent { (has extras) }} to activity {com.cari.promo.diskon/com.cari.promo.diskon.MainActivity}: java.lang.IllegalStateException: Reply already submitted at android.app.ActivityThread.deliverResults(ActivityThread.java:3714) at android.app.ActivityThread.handleSendResult(ActivityThread.java:3757) at android.app.ActivityThread.-wrap16(ActivityThread.java) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1394) at...