Search code examples
iosfacebookfacebook-ios-sdk

Facebook Share & Like in an iOS game


We're trying to add Facebook Share & Like to an iOS game that we will be launching soon. When Sharing, we will just post a graphic, URL, and blurb.

We were originally going to use ShareKit, but we ran into issues with the token, I guess due to the latest update by Facebook API.

We were able to integrate by using a Facebook App, but when we do this, it seems to require the person give the app permission to access their basic personal info and Like history. Can someone please point me in the direction to allow simple sharing and liking from an iOS app that does not require asking the user for permission from the app? I've checked out AddThis, but I'm not sure that really does what we need either. We want to just integrate Facebook Sharing, Liking, and Twitter (We have been able to integrate Twitter).

Thank you!


Solution

  • i ended up using webview and this link: http://www.facebook.com/sharer.php?u=&t= and just linking to the facebook fan page within the browser window, all within the game. thanks all.