Can the Facebook iPhone SDK access Facebook Social Plugin data? - iphone

Is it possible to use the Facebook SDK for iPhone to access Social Plugin comments etc like on this page
http://www.theodysseyonline.com/topstories/index.asp?article=690
Rather than having to use a UIWebView and embedding the Javascript? As this will be a problem as the users credentials will then not be persisted between articles
I just snooped the POST method when posting to a comment and this is the querystring data posted to: http://www.facebook.com/ajax/wallpost_ajax.php?__a=1
fb_dtsg=m45N0&app_id=156492904393524&xid=a182&c_url=http%253A%252F%252Fwww.facebook.com%252Fwidgets%252Fcomments.php&r_url=http%253A%252F%252Ftheodysseyonline.com%252Ftopstories%252Findex.asp%253Farticle%253D182&flavor=3&sig=cb3e733f844ae3f018c20a4c05605741&ret_now=1&reverse=&title=Expos%C3%A9%3A%20A%20Day%20in%20the%20Life%20of%20a%20Campus%20Area%20Bus%20(CABs)%20Driver.%20The%20Odyssey%20Online.&connected=1&external=1&loggedin=707387065&post_form_id=80c8e681fe9cf555fdaa33f4f8aeec00&name=Name&email=E-mail&wall_text=test&feed_story=1&lsd&post_form_id_source=AsyncRequest

Related

How to link directly to a FB post in App

Is it possible to link to a specific post in FB and have it open in the app rather a browser?
For instance, I have some facebook instant articles, and I'd like to link directly to them in FB rather than my blog.

Can Facebook SDK allow for iOS app (linked with a facebook app) to post directly to a particular page?

I am trying to make an iOS app integrated with the Facebook SDK that allows the user to post directly to a facebook group page and receive updates directly from the group page through the app, as an alternative to the facebook app.
I know that the Facebook dialog class in the latest SDK allows us to share a status directly to one's wall but I have yet to find a way to post it to a page other than the user's wall. Is there a way to gain access to a facebook group page and retrieve the posts from the page and also post directly to it?

How to post in facebook fanpage automatically from my website?

How to post in facebook fanpage automatically from my website ?
for example when i update new post in my website and i need to post in facebook fan page automatically....
I believe Facebook offers a certain number of APIs which would allow you to integrate Facebook into your own website to some degree; you can always try their dev centre.As far as I know, however, you can only post to Facebook through social networks like Twitter (see: linking a Twitter account to Facebook), or through Facebook apps you've developed yourself.
You need to create facebook app and use the app secret key and and API key in facebook SDK
script for automatic posting. for more details click the following link. I think this may help you. http://www.damnsemicolon.com/php/auto-post-facebook-with-facebook-sdk

Sharing With Twitter and Facebook Using External Application

I would like to share some text and an image from my web application to a user of my web application's facebook and twitter pages. What is the best approach to do this? So I need to have my user authenticate facebook and twitter and then user the twitter and facebook apis to update? I wasn't sure if they was an easier way...I would prefere a java server or javascript solution.
https://developers.facebook.com/docs/reference/dialogs/feed/ seems to be the right fit for facebook.

Share a link on FaceBook without creating a facebook app

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
AddThis has iOS Sdk now : http://www.addthis.com/help/ios-overview
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