React-native-fbsdk: Facebook login not working

Created on 15 Jan 2019  路  7Comments  路  Source: facebook/react-native-fbsdk

New version xcode facebook login not working

Most helpful comment

+1

Temporal fix for me was to rollback Facebook SDK to version 4.38

  pod 'FBSDKCoreKit', '4.38'
  pod 'FBSDKLoginKit', '4.38'
  pod 'FBSDKShareKit', '4.38'

All 7 comments

Agree +1

+1

Temporal fix for me was to rollback Facebook SDK to version 4.38

  pod 'FBSDKCoreKit', '4.38'
  pod 'FBSDKLoginKit', '4.38'
  pod 'FBSDKShareKit', '4.38'

+1

@Jithinag007 is your issue like this? https://i.stack.imgur.com/BpsHY.png

@Jithinag007 is your issue like this? https://i.stack.imgur.com/BpsHY.png

No, that seems something related to react-native linking or native import (module missing).
My problem was related to RTCLinking that is unable to resolve Facebook deep linking

were y'all able to upgrade to the latest version and get login working? (without using cocoapods)

Was this page helpful?
0 / 5 - 0 ratings