Closed cancng closed 1 year ago
@cancng keep in mind that this is not an issue of this plugin, you need to check in your facebook console if you have allowed to get the fields that your are trying to get, also remember some fields requires additional permissions when you call to login
What version are you using?
flutter_facebook_auth:5.0.8
What OS and version are you using to local deploy your application?
macOS Ventura 13.2.1
What platforms are you seeing the problem on?
Android, iOS
pubspec.yaml
Describe the Bug
I am trying to get user details with Facebook login. For example my login code like this
Expected Behavior
I expect the details which I wanted. Email, public profile, birthday and friends for example.
To Reproduce
What I get
Relevant log output
No response
flutter doctor -v
Info.plist (iOS)
No response
Podfile (iOS)
No response
AndroidManifest.xml
No response
MainActivity.java
No response
MainActivity.kt
No response
index.html
No response
Info.plist (macOS)
No response