i am using shareKit for Facebook/twitter sharing, when facebookSharing button clicked, it gives me the login page, but after first login it only displays a white screen and do nothing. i have done some editing on SHKConfig.h and entered facebookKey and facebookSecret.
#define SHKFacebookUseSessionProxy NO
#define SHKFacebookKey @""
#define SHKFacebookSecret @""
#define SHKFacebookSessionProxyURL @"?"
while loading, it displays only white screen...
second problem: actually what should i given to the SHKFacebookSessionProxyURL field, is this makes my first problem?