0

I am adding the sharing capability to my client's app using Sharekit. I know his appID but not sure of the Facebook Secret Key. My question is whether it is necessary to include the Facebook Secret Key. Can i do without it?

If so, all i need to do is to:

#define SHKFacebookUseSessionProxy  YES 
#define SHKFacebookKey         @"some value for the app id"
#define SHKFacebookSecret      @""
#define SHKFacebookSessionProxyURL  @""

Am i right? Besides, the Facebook Key refers to App Id right?

Need some guidance on this...

laksh
  • 2,209
  • 6
  • 21
  • 25
  • "Besides, the Facebook Key refers to App Id right?" - yes it does. Also, as far as I know, on iOS the app secret is unused, so you may ignore/omit it. –  Nov 17 '12 at 18:01
  • thanks...so i have done the shkconfig file correctly? – laksh Nov 17 '12 at 18:02
  • @Iaksh I think yes. But go ahead and try it out nevertheless. –  Nov 17 '12 at 18:04
  • thanks.. i need your help in another question on mine: http://stackoverflow.com/questions/13431432/posting-to-facebook-from-sharekit Can have a look at it? – laksh Nov 17 '12 at 18:05
  • @Iaksh well, I've never used ShareKit... –  Nov 17 '12 at 18:08

0 Answers0