Question

I am using sharekit API for sharing images into Facebook. It is working fine, but I just want to login but don't want to share image. How can we do that?

Was it helpful?

Solution

SHKSharer *service = [[[SHKFacebook alloc] init] autorelease];
[service authorize];
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top