Open resting opened 4 years ago
Same, anyone know the solution here?
Same here
any solution?
I have fixed this issue by upgrading my FBSDK version to v5.13.1. FBSDK : v5.13.1 "react-native-fbsdk": "^0.10.3", "react-native": "^0.59.6", find the latest version of the SDKs here https://github.com/facebook/facebook-ios-sdk/releases?after=v5.14.0
Hope this will help Thanks
Got this error in
RCTConvert+FBSDKSharingContent.h
on the line(FBSDKShareOpenGraphObject *)FBSDKShareOpenGraphObject:(id)json;
withfacebook-ios-sdk
v6.2.0, when building iOS.Noticed that
FBSDKShareOpenGraphObject
was removed in v6.0.0 https://github.com/facebook/facebook-ios-sdk/blob/v6.0.0/CHANGELOG.md#sharekit.However, am having with the login implementation with
facebook-ios-sdk
v5.15.1 on iOS 13.3.1. Anyone got the login to work on iOS 13 withfacebook-ios-sdk
v5.15.1?