-
-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Login with Flutter on android devices? #399
Comments
I have the same problem!!!! Hey @darwin-morocho Do you have some time for fix this problem? Thanks! |
This is not an issue of this plugin. I think is a problem with your meta configuration |
@emadyounan you don't need this |
Do you know if exist some migration guide to can configure It and void this issue? |
I Found the Solution It was not on My Code It was needed to verify the business account, I don't know Why Meta Made that as only who has Bussiness account who can use that |
Indeed, this is due to:
|
What version are you using?
flutter_facebook_auth: ^6.2.0
What OS and version are you using to local deploy your application?
windows 10
What platforms are you seeing the problem on?
Android
pubspec.yaml
Describe the Bug
My login function is working fine with my personal Facebook account, but when I try to log in with a different Facebook account I get an error in the attached Image How do solve this,
that's my standard access at Facebook Developer account
![vertify](https://private-user-images.githubusercontent.com/55320639/324252613-243b8432-0f4d-42b8-98ce-06a162ad2c33.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMzU4NzYsIm5iZiI6MTczOTEzNTU3NiwicGF0aCI6Ii81NTMyMDYzOS8zMjQyNTI2MTMtMjQzYjg0MzItMGY0ZC00MmI4LTk4Y2UtMDZhMTYyYWQyYzMzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDIxMTI1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEzZTE2YjcwNWU3ZjliNWM1OThlMDVlZGJiYTM0Mjg4ODg0ODc1OTY3NmM2ZTA2MGU1MzY4YTk4YWI2MzYzZDEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.fEYAzA6tUdkh0VOgt9Mgo6wvsgGmMznjHLQ_qcVSHG0)
Expected Behavior
Login to user Facebook data and get the email and user name infomation
To Reproduce
that's my code
my manifest.xml file
android/app/build.gradle
implementation 'com.facebook.android:facebook-android-sdk:latest.release'
I got this issue while login thanks.
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
The text was updated successfully, but these errors were encountered: