Question

From my iPhone app I would like to share a link on Facebook. I know that this can be done by creating an app in the facebook and use the id/key of that Facebook app.

Is there any other way for sharing a link in FB, like the AddThis library for webapps. So that I neednot create an app in the facebook

Was it helpful?

Solution

AddThis has iOS Sdk now : http://www.addthis.com/help/ios-overview

OTHER TIPS

Not that I know of. AFAIK, the best & easiest way to do this is w a Facebook app. User authentication (through a Facebook app) is required in order to post anything to a wall; anonymous wall posts are not allowed. It's really easy to create a Facebook app. Then, check out the facebook-ios-sdk.

Unfortunately you cannot have anonymous wall posts to facebook, so I would recommend using the sdk, if you only need to post to walls, take a look at www.getsharekit.com which will make this trivial to do

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top