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

This requirement is not documented and cause everyone to fail at first launch if not set.

please add null safety to this package

Thank for your library with me. Please update your library for dart 2.12.x and above

E/AndroidRuntime(23518): java.lang.ExceptionInInitializerError [ ] E/AndroidRuntime(23518): at com.facebook.internal.k0.b(Unknown Source:0) [ ] E/AndroidRuntime(23518): at com.facebook.internal.S.k(Unknown Source:102) [ ] E/AndroidRuntime(23518): at com.facebook.internal.S.m(Unknown Source:27) [ ] E/AndroidRuntime(23518): at com.facebook.p0.run(Unknown Source:15) [ ] E/AndroidRuntime(23518): at...

I'll try this code : final result = await facebookSignIn.logInWithReadPermissions(['email']); final token = result.accessToken.token; final graphResponse = await http.get( 'https://graph.facebook.com/v2.12/me?fields=name,first_name,last_name,email&access_token=${token}'); final profile = JSON.decode(graphResponse.body); But not getting an email from...

I am using flutter_facebook_login 3.0.0 version. There is an issue with login_with_facebook does not working on Android. I think the reason is if you do not have faceboook app on...

How are you? Could you please upgrade the Facebook SDK version to 8.00? Thank you.

@roughike thank you for the plugin! Is this plugin going to migrate to Flutter 2 and Null safety?