I use shareKit to share Facebook / Twitter, when the facebookSharing button is pressed, it gives me a login page, but after the first login, it only displays a white screen and does nothing. I did some editing on SHKConfig.h and introduced facebookKey and facebookSecret.
#define SHKFacebookUseSessionProxy NO #define SHKFacebookKey @"" #define SHKFacebookSecret @"" #define SHKFacebookSessionProxyURL @"?"
only a white screen is displayed during boot ...
second problem: in fact, what do I need to pass to the SHKFacebookSessionProxyURL field, is this my first problem?
source share