Expo Facebook login returning error on iOS

Please provide the following:

  1. SDK Version: 35
  2. Platforms(Android/iOS/web/all): iOS

I am trying to implement facebook login in my expo app, but it seems to only work on Android, on iOS, trying to do so always returns the error

“Alert
Facebook login error: Tried to perform facebook login, but no Facebook app id was provided. Specify Facebook app id in info.plist”

I have already put the app id, scheme and name in the app.json file, but it seems to do nothing, has anyone had this problem yet?

Solved: Using expo-facebook, version 6.0.0 and adding only the field facebookScheme to app.json, deleting the facebookAppId and facebookDisplayName field, the login worked.

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