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