How to connect to Facebook using the sharekit API?

I use the sharekit API to share images on Facebook. It works fine, but I just want to go in, but I don't want to share my image. How can we do this?

+4
source share
1 answer
SHKSharer *service = [[[SHKFacebook alloc] init] autorelease]; [service authorize]; 
+15
source

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


All Articles