You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue with Facebook login in my React Native app specifically on iOS. I am using the react-native-fbsdk-next library for Facebook authentication. The problem seems to be related to the new Facebook Limited Login feature.
After attempting to log in, I receive the following response: { "declinedPermissions": null, "grantedPermissions": null, "isCancelled": true }
It appears that the login process is being incorrectly marked as cancelled, even though the user has not cancelled the login. This issue does not occur on Android, where the login works as expected and the correct permissions are returned.
I have ensured that the Facebook app is correctly configured and that all necessary permissions are set up in the Facebook developer console.
Any help or guidance on resolving this issue would be greatly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am encountering an issue with Facebook login in my React Native app specifically on iOS. I am using the react-native-fbsdk-next library for Facebook authentication. The problem seems to be related to the new Facebook Limited Login feature.
After attempting to log in, I receive the following response:
{ "declinedPermissions": null, "grantedPermissions": null, "isCancelled": true }
It appears that the login process is being incorrectly marked as cancelled, even though the user has not cancelled the login. This issue does not occur on Android, where the login works as expected and the correct permissions are returned.
I have ensured that the Facebook app is correctly configured and that all necessary permissions are set up in the Facebook developer console.
Any help or guidance on resolving this issue would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions