I found this recently:
http://www.facebook.com/conne开发者_JAVA技巧ct/prompt_feed.php?&message=Hello
Which does a very simple URL-based Facebook wall post. I wondered if there's a similar thing for status updates?
Otherwise, what's the simplest way to set a facebook status update from a website? Is there a Javascript plug-in that will do this, or do I definitely need to get right down into the API on the server-side? The website this needs to integrate into is a legacy classic ASP site.
Thanks all
You can use the JS SDK. Links for your reference: http://developers.facebook.com/docs/reference/javascript/ http://developers.facebook.com/docs/reference/javascript/FB.api/
精彩评论