Does Facebook Share using shareKit only display a blank screen?

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?

+6
source share
2 answers

No one gives me the correct answer, I found two other solutions for adding sharing features, just try this

http://support.addthis.com/customer/portal/articles/381270-addthis-for-ios-quick-start-guide#.T5Yz-1FRr9A

and

http://socialize.github.com/socialize-sdk-ios/getting_started.html#id2

it can help you

Thank you,

+2
source

For full documentation see http://sugartin.info/2012/03/27/facebook-integration-using-share-kit/ . this link can help you.

+4
source

Source: https://habr.com/ru/post/913108/


All Articles