facebookarchive / react-native-fbsdk

A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
https://developers.facebook.com/docs/react-native
Other
2.99k stars 908 forks source link

Change logging account #610

Open grean opened 5 years ago

grean commented 5 years ago

Hello,

Logging with facebook web successfull, retrieve accessToken correctly but if i want to logging with an other facebook account, the popup don't show a way to provide an other account.. How can i do that ? i can only cancel the connection. Plus, the proccess store my account and it connects without the login/password (tells me that i was connected with that account before.. cf screenshot) Even if i try LoginManager.logOut() function. Do you know how to achieve this ? just need a way to provide an other account :)

Is there a way to change the language according to the android language parameters ? Screenshot_1564568238

jordangrant commented 5 years ago

@grean This helped me https://www.help.tinder.com/hc/en-us/articles/115003480743-I-m-logging-in-to-the-wrong-account-How-do-I-log-in-to-a-different-account-

Andarius commented 4 years ago

any update on this ? I have the same issue after logout + reset of permissions. No way to change the account

jordangrant commented 4 years ago

@andarius see my link above, you need to logout in safari at m.facebook.com

grean commented 4 years ago

Probably, the current account is in the browser session, so if you logout in your browser, then you will be able to choose an other account to log in with facebook..

Andarius commented 4 years ago

I'm using Android and by default the browser is Firefox Focus so no browsing data is stored on phone.

ShuKTan commented 4 years ago

Anyone found any solution to this problem?

mmavko commented 4 years ago

Having the same issue. I'm calling LoginManager.logOut() and it works only on Android for me. No success on iOS.

I'm trying branch https://github.com/facebook/react-native-fbsdk/tree/0.10.0-stable

BanidAzin commented 4 years ago

Same issue. I'm also calling LoginManager.loagOut(), but it never clears the cache. Anyone found any solutions or workaround?

kishansbs commented 4 years ago

same issue - LoginManager.logOut(); also not working in android

leofolive commented 4 years ago

Anyone found any solution to this problem?

leofolive commented 3 years ago

Anyone found any solution to this problem?