Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

closed as not a real question by Ken White, Gabriele Petronella, Ananda Mahto, Roman C, ShadowScripter Apr 12 at 8:49

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 2 down vote accepted

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

share|improve this answer
1  
thank you. That seems to be the right url. The one provided by sharekit seems to not have been right. – Genadinik Apr 12 at 3:14

Not the answer you're looking for? Browse other questions tagged or ask your own question.