flutter_share_me icon indicating copy to clipboard operation
flutter_share_me copied to clipboard

The SDK has not been initialized, make sure to call FacebookSdk.sdkInitialize() first.

Open amalinivos opened this issue 2 years ago • 6 comments

i'm getting this error when I trying run the code

amalinivos avatar Apr 05 '22 06:04 amalinivos

Same is happening to me, did you manage to solve it some how ?

Parsley94 avatar May 09 '22 19:05 Parsley94

@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 avatar May 12 '22 14:05 ZedanLab

@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 ?

Parsley94 avatar May 12 '22 18:05 Parsley94

@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

Parsley94 avatar May 14 '22 14:05 Parsley94

https://github.com/thebergamo/react-native-fbsdk-next/issues/236#issuecomment-1111744717

yihu5566 avatar Jun 02 '22 02:06 yihu5566

@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 :-)

SimonRijn avatar Jul 07 '22 19:07 SimonRijn