What do you need to do to integrate Sharekit with your application .. (recommended)
1) In fact, you do not need to set the URL scheme in the .plist file for Sharekit. This is for facebook API users only.
2) Check if you entered the api key and secret key in the SHKConfig.h file , as shown below
#define SHKFacebookKey @"YOUR_API_KEY" #define SHKFacebookSecret @"YOUR_APP_SECRET_KEY"
3) Make sure you "import the SHK.h file."
4) You must enable MessageUI, SystemConfiguration, and Security frameworks .
5) You do not need to do this #define SHKFacebookAppID @"MyFacebookAppID"
6) Call the sharekit action table as indicated in the documentation.
source share