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?
SHKSharer *service = [[[SHKFacebook alloc] init] autorelease]; [service authorize];