0

I Don't understand how to configure facebook in share kit, i was checking this

http://getsharekit.com/install

and i've read SHKConfig.h and do the same as it was mentioned but still not working

#define SHKFacebookUseSessionProxy  NO
#define SHKFacebookKey              @"486013621487743"
#define SHKFacebookSecret           @""
#define SHKFacebookSessionProxyURL  @""

I just did this .

when i click on facebook it just open in simulator but cant post the selected picture or text. kindly tell me the best possible solution

thanks in advance

Nitin Gohel
  • 49,482
  • 17
  • 105
  • 144
zeeshan shaikh
  • 819
  • 3
  • 18
  • 33

1 Answers1

0

The version of ShareKit from your link has not been updated for a long time. You can try updated ShareKit 2. Installation is a little bit different, make sure to follow install guide literally.

Vilém Kurz
  • 3,401
  • 2
  • 34
  • 43