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 909 forks source link

Got message "Sorry, something went wrong" after log in using LoginManager #790

Open binhchili opened 3 years ago

binhchili commented 3 years ago

I got this message after press my log in button using LoginManager. I don't know where this error came from

https://drive.google.com/file/d/13vSLXQEaAd4reocx08jF5tHzFgbLx9ym/view?usp=sharing

I used LoginButton instead and it worked but I don't want to use it because it's hard to styling it.

ArthurJFreitas commented 3 years ago

did you resolve?

miansohaibkhalid commented 3 years ago

Try using only 'email' as scope.

LoginManager.logInWithPermissions(["email"]).then( login => { }, error => { } )