flutter_facebook_login icon indicating copy to clipboard operation
flutter_facebook_login copied to clipboard

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.

Results 101 flutter_facebook_login issues
Sort by recently updated
recently updated
newest added

Hi, i'm currently using flutter_facebook_login 2.0.1. But for some user the app crashed when they try to login with facebook. This is the stack trace that we see in the...

**Following is the Screenshot for Flutter pubspec.yaml** ![Screenshot 2019-12-09 at 2 52 46 PM](https://user-images.githubusercontent.com/54844209/70423487-94f7bd80-1a93-11ea-9b10-d38e8f240391.png) **Following is the Screenshot of iOS Podfile.lock** ![Screenshot 2019-12-09 at 2 54 02 PM](https://user-images.githubusercontent.com/54844209/70423569-c2dd0200-1a93-11ea-84e2-c364b4a0ef43.png) **Following is...

Please can you confirm the status of this project/plugin - Is work/support for this plugin now dead ? - Is this plugin valid for latest Apple requirements for integrating within...

This fixes the redirect loop between the Safari ViewController (SFVC) and the Facebook app mentioned in https://github.com/roughike/flutter_facebook_login/issues/243 After that scheme is removed, the FB SDK seems to build another URL...

Hello, When the Facebook Login is in `WebView` it show a `Loading Dialog` in `DarkTheme`, how can I change or customize that? Thanks

Running this code on iOS 13.1 always leads to `cancelledByUser`, but the Facebook sign-in page is never presented: ```dart final facebookLogin = FacebookLogin(); final result = await facebookLogin.logInWithReadPermissions( ['public_profile'], );...

Hey guys, I am trying to login Firebase with facebook. I am using firebaseauth:0.7.0 and flutter_facebook_login: Here is my function for facebook login: ``` startFacebookLogin() async { var facebookLogin =...

Using flutter Facebook login for android and after entering credentials, I get the error : "Login failed.You can't use Facebook to log in to this app or website because there's...

hi all, i am using flutter_facebook_login plugin for login with facebook. everything is working fine but when m going to build my apk it shows some error. but apk is...

Click facebook login in android, then cancel, close the application, enter again, click again and then cancel, an exception occurs error message: Caused by: java.lang.IllegalStateException: Reply already submitted at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:4)...