After login with facebook, cannot change to login with other facebook acc

Hi there,

After I implement facebook login with my app, and I want to add more user to test it. So I log out my facebook login and trying to relogin with other facebook acc. But every time I try to login with facebook it says “You previously logged in to App name with Facebook. Would you like to continue?” And there are only 2 options, Continue and cancel. If you click cancel, then it returns to the login page. I cannot change a facebook acc to login.

Could someone help me with this?
Thank you very much!

Hey @jackbitthehe,

Can you let me know what value you have for behavior and SDK version you are running? I’m thinking this may be an issue with the API.

Cheers,

Adam

“dependencies”: {
“expo”: “^31.0.2”,
“expo-permissions”: “^1.0.2”,
“firebase”: “^5.7.0”,
“latlon-geohash”: “^1.1.0”,
“react”: “16.5.0”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz”,
“react-native-aws3”: “0.0.8”,
“react-native-double-click”: “^1.0.5”,
“react-native-elastic-image-slider”: “^1.0.0”,
“react-native-fetch-blob”: “^0.10.8”,
“react-native-gifted-chat”: “^0.5.0”,
“react-native-image-resizer”: “^1.0.0”,
“react-native-image-view”: “^2.1.2”,
“react-native-modalbox”: “^1.6.0”,
“react-native-slider”: “^0.11.0”,
“react-native-swipe-cards”: “^0.1.1”,
“react-navigation”: “^3.0.8”,
“react-redux”: “^6.0.0”,
“redux”: “^4.0.1”,
“redux-thunk”: “^2.3.0”
},


Thank You!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.