Reputation: 2444
I just want to create a button in my iPhone game that will allow people to share their score to Facebook, when they complete a level. How can I do it? Have I to use the Facebook API?
Upvotes: 0
Views: 348
Reputation: 13192
Yes, you'll have to use facebook mobile API for iPhone found here. The other way to do this is to create a web site optimized for mobile phones, implement the fb javascript API and embed the site in a UiWebView in your application. But this seems to me more complicated.
Upvotes: 1