I am trying to integrate sharekit in an ios app. Everything works properly but I have problem with Facebook. What I'have done so far :
edited SHKConfig.h and added
#define SHKFacebookAppID @"MyFacebookAppID"
in my app.plist added the url scheme : fb+appID
Now When I try to share something on Facebook, the Facebook app on the device is opened, showing the message : You are logging into this app as "facebookUsername", when I click ok
I'm redirected to my app but nothing happen, no sharing action.
I am missing something??
The solution to my problem is illustrated here sharekit installation guide step 6