Search code examples
iosfacebooktwitter

How to share information to Facebook and Twitter?


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?

Solution

  • 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.