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 :
- created an app on Facebook (no extra configuration on Facebook, like native etc..)
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??