roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
404 stars 332 forks source link

no option to switch facebook account #281

Open sajanyamaha opened 4 years ago

sajanyamaha commented 4 years ago

dont have an option to switch facebook account , even if you logout next time login asks "You previously logged in xxx with facebook , would you like to continie ?" How can we use another account to login , irony is facebook has provided different test users to try on but how to switch accounts ?

image

RaashVision commented 4 years ago

True, I stuck on this too. You can switch the account if you manually clear the browser cache. But that's not user friendly at all.

RaashVision commented 4 years ago

Bro change the flutter login from facebookLogin.loginBehavior = FacebookLoginBehavior.nativeWithFallback; to facebookLogin.loginBehavior =FacebookLoginBehavior.webViewOnly;

If you change fb behaviour to webview, it will render thr fb login page everytime you logout from facebook plugin.

vishwesh-aubergine commented 4 years ago

@RaashVision For WebViewOnly I still get this problem

RaashVision commented 4 years ago

I realize its only works in android not ios. On ios no option to change the account.

vishwesh-aubergine commented 4 years ago

Can you give gist for android ? @RaashVision

RaashVision commented 4 years ago

The one I mention above is what I tried bro. I tried in Android and IOS. Android works, IOS doesn't. Some say this plugin is obsolete. Try check out this linke, https://medium.com/@karlwhiteprivate/flutter-facebook-sign-in-with-firebase-in-2020-66556a8c3586

KerollosMelad commented 3 years ago

I have the same issue, I want to login with a different account but I cannot, any help ?!

RaashVision commented 3 years ago

Try flutter_facebook_auth. It's quite stable compared to this plugin. They keep updating this plugin too. Highly recommended.

albrownwood commented 3 years ago

same issue