Search code examples
iosfacebooksharekit

Sharekit - Facebook configuration


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 :

  1. created an app on Facebook (no extra configuration on Facebook, like native etc..)
  2. edited SHKConfig.h and added
    #define SHKFacebookAppID @"MyFacebookAppID"

  3. 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??


Solution

  • The solution to my problem is illustrated here sharekit installation guide step 6