Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'd like to integrate the app with facebook and twitter. I.e. when the game is over, the user can click the 'share' button, then login facebook/twitter in the app, share the record in his wall after login dialog.

two questions: 1. Shall I apply the API key for both facebook and twitter, for my app? 2. Since this feature shall be common for most apps, do you have any experiences on it? Or is there any shared library that can be used?

share|improve this question
possible duplicate of How to integrate twitter,facebook into iPhone app ? – Brad Larson Sep 5 '11 at 15:33

3 Answers

up vote 2 down vote accepted

Look at ShareKit, that helps sharing content across various social networks. Haven't tried it myself but heard a lot about it.

For Facebook you can also use the official FacebookAPI lib.

share|improve this answer
Yes, for Facebook, i found the API here: github.com/facebook/facebook-ios-sdk – michael Sep 5 '11 at 13:01

You can find the below link that will help you.

http://getsharekit.com/

http://getsharekit.com/install/#download

https://github.com/ideashower/sharekit/

This above link its help you.

share|improve this answer
thanks, it looks that ShareKit is very commonly used. – michael Sep 5 '11 at 13:04

If you just plan to link to Twitter and FB Sharekit might be a bit too much.

Facebook integration is easy, just follow the tutorial on FB developpers site: http://developers.facebook.com/docs/guides/mobile/

For Twitter, I think that best think to do is rely on iOS native support that will be available in iOS 5 (details under NDA).

share|improve this answer
Thanks, for twitter, there will be big changes as you mentioned. Will it only works for iOS 5? – michael Sep 5 '11 at 13:02
Yes. Twitter support is iOS 5 only. – Sylvain G. Sep 6 '11 at 15:18

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.