flutter_facebook_login
flutter_facebook_login copied to clipboard
A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
``` CocoaPods' output: ↳ Preparing Analyzing dependencies Inspecting targets to integrate Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``) Finding Podfile changes A flutter_facebook_login - Flutter - flutter_statusbarcolor...
I think it's a good idea to mark this package as deprecated in the `README`, so people don't have to go digging through the issues, Facebook SDK documentation, and Apple...
Both FBSDKCoreKit and FBSDKLoginKit are on the latest versions (5.0.0). Xcode's output (only relevant lines shown): ``` /Users/toma/Developer/flutter/.pub-cache/git/flutter_facebook_login-45eb9e261b0cc9e05c5c3f243f4f736a3c9ff6ef/ios/Classes/FacebookLoginPlugin.m:85:12: error: use of undeclared identifier 'FBSDKLoginBehaviorNative'; did you mean 'FBSDKLoginBehaviorBrowser'? return FBSDKLoginBehaviorNative;...
if install flutter_facebook_login then shared_preferences package get break I got this error E/flutter (10471): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences) But when I remove...
There's throwToolExit exception occurs every time of APK start launching. Remove ```flutter_facebook_login: ^3.0.0``` from _pubspec.yaml_ can fix this. So, I think this is an issue of flutter_facebook_login, please help to...
I'm trying to log in using an AuthCredential generated by Facebook, but it doesn't work, I already tested the Facebook API and everything is fine. I was analyzing all the...
in iOS, when you change the facebook app id in the `info.plist` file, it throws error when doing `FacebookLogin().login([])` it throws ``` Error Domain=com.facebook.sdk.login Code=304 ``` version `flutter_facebook_login: ^3.0.0`
Is there any ways to skip the facebook sdk and directly get the access token from the webview ?
If I add the version 2.0.0 of flutter_facebook_login the app opens up and close immediately throwing an error **app stopped working**.. if I revert back to 1.2.0 the plugin works...
Is there any plan for you to expose just authorization code. So, I want to get just Authorization code and not access token without need to send client_secret because that...