flutter_share_me
flutter_share_me copied to clipboard
The SDK has not been initialized, make sure to call FacebookSdk.sdkInitialize() first.
i'm getting this error when I trying run the code
Same is happening to me, did you manage to solve it some how ?
@amalinivos @Parsley94
Make sure you added the Facebook client token in your Manifest and Info.plist files.
Resources: https://facebook.meedu.app/docs/4.x.x/android https://facebook.meedu.app/docs/4.x.x/ios
@ZedanLab I don't really understand, do I have to integrate flutter_facebook_auth into my app in order for this plugin (flutter_share_me) to work ?
@ZedanLab @amalinivos I'm happy to say guys that it worked for me, I just followed the steps of integrating the flutter_facebook_auth library and then it worked. But unfortunately messenger is not working
https://github.com/thebergamo/react-native-fbsdk-next/issues/236#issuecomment-1111744717
@amalinivos @Parsley94
Make sure you added the Facebook client token in your Manifest and Info.plist files.
Resources: https://facebook.meedu.app/docs/4.x.x/android https://facebook.meedu.app/docs/4.x.x/ios
This worked for me :-)