react-native-fbsdk: How properly log out from face

2019-03-21 14:27发布

问题:

I am using react-native-fbsdk npm package, which works properly. But when I call LoginManager.logOut() it does not do anything (even its callback function does not work). After first login it keeps all my data and after first loging and log out from the app , it keeps all my data and when I again press on FB icon to login with Facebook it only let me to login with the same account. There is no any other option. When I go to browser and log out from Facebook, the app works as needed (and allows me to log in with another account). But I need to entirely logout from exactly the app. Please help to solve the problem. Thanks in advance