-1

I am looking to implement the ShareSdk for an iOS app. And it needs these parameters:

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

And provides this url where to get it: http://www.facebook.com/developers

But I am not finding how to get those parameters there. Would anyone be able to explain the steps to get those parameters?

Thanks, Alex

Genadinik
  • 18,153
  • 63
  • 185
  • 284

1 Answers1

2

Go to Facebook Apps Page, create a new app, get your keys.

GoZoner
  • 67,920
  • 20
  • 95
  • 145
  • 1
    thank you. That seems to be the right url. The one provided by sharekit seems to not have been right. – Genadinik Apr 12 '13 at 03:14