Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to add the 'Share' on Facebook and Twitter buttons to my iPhone app. Before I get any further, do I have to go register on Facebook Developers, under Mobile Apps, in order to get an App ID (and then implement the Single Sign On)? How about Twitter?

share|improve this question
1  
Have you tried to read any facebook app development manual? – zerkms Apr 19 '11 at 3:52

3 Answers

First of all you need to register your app in facebook and twitter under development

For twitter go to this http://dev.twitter.com and for the facebook go to this http://developers.facebook.com/docs/guides/mobile/

when you register your mobile app you will get api key go to http://www.getsharekit.com . here is the open source api for share item (text, image , file , link ) to share on facebook , twitter and many more.

just check it.

Thanks

share|improve this answer
Thanks Kunal, really appreciate. – Sinisa10 Apr 19 '11 at 4:08

Yes, you do need to register with Facebook and be issued an App ID. Without this, you won't be able to do very much at all with their API. All the information you will need is available here:

https://developers.facebook.com/

...as well as the facilities to create your app and App ID.

share|improve this answer

For facebook this might be helpful

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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