I am using sharekit api for sharing images into facebook. It is working fine, but I just want to login but dont want to share image. How can we do that? Any help will be greatly appreciated. Thanks in advance!

link|improve this question

73% accept rate
feedback

1 Answer

up vote 7 down vote accepted
SHKSharer *service = [[[SHKFacebook alloc] init] autorelease];
[service authorize];
link|improve this answer
Thank you very much Mr Ole. Is it possible to add a like button using this api ? – iSharreth Jan 17 '11 at 17:20
You should accept the answer and post another question as this has really nothing to do with your original question. – Ole Begemann Jan 17 '11 at 17:44
it worked well for me thank you so much! – iSharreth Jan 18 '11 at 15:43
Can you help me with this question stackoverflow.com/questions/4772378/… ? Thank You. – iSharreth Jan 23 '11 at 6:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.