-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Unable to switch Facebook user #33
Comments
@mchurichi this plugin use the official Facebook sdk when you call to login you always see a confirmation page to allow the login. Could you send me that page?. I think the Facebook sdk must allow switch the account in this page. |
Thanks for the quick response, this is the page I see when I trigger the log in process: I only see the option to Continue or Cancel, no option to switch user, may I be doing something wrong? |
@mchurichi after check the official Facebook sdk docs I found that the switch account is not available for Android and ios. |
oh man that's insane, you can't even properly log out, facebook always keeps you session somewhere... I know that's out of your plugin's scope, thanks for your help! |
Describe the bug
Hey, thanks for this plugin.
I'm facing an issue when trying to test the app with multiple Facebook users.
The first time I run the app it asks for my Facebook credentials and then signs me in, but when I try to trigger the login again it just prompts to log in with the same user just by clicking Continue, or Cancel the login, I don't have an option to sign in as a different user.
I even tried login me out but still the same.
Environment
Flutter 1.22.2 on an iOS Emulator running iOS 14.2.
flutter_facebook_auth: 1.0.1
To Reproduce
Expected behavior
Every time it opens the facebook login it should let me log in as a previous user OR as a different user.
The text was updated successfully, but these errors were encountered: