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

logInWithReadPermissions result does not given user details. Result contains about granted permission and declined permission only #653

Closed Gautham21 closed 4 years ago

Gautham21 commented 4 years ago

🐛 Bug Report

To Reproduce

Expected Behavior

Code Example

Environment

gmertk commented 4 years ago

Hi @Gautham21 logInWithReadPermissions was deprecated a while ago. Can you make sure you are using the latest version of the SDK? See the Login Manager example on https://github.com/facebook/react-native-fbsdk#login with logInWithPermissions rather than logInWithReadPermissions