超级简单的 Facebook 状态更新
我最近发现了这个:
http://www.facebook.com/connect/ Prompt_feed.php?&message=Hello
它执行一个非常简单的基于 URL 的 Facebook 墙贴。我想知道状态更新是否有类似的东西?
否则,从网站设置 Facebook 状态更新的最简单方法是什么?是否有 Javascript 插件可以执行此操作,或者我确实需要直接进入服务器端的 API?需要集成的网站是一个传统的经典 ASP 网站。
谢谢大家
I found this recently:
http://www.facebook.com/connect/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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用JS SDK。
链接供您参考:
http://developers.facebook.com/docs/reference/javascript/
http://developers.facebook.com/docs/reference/javascript/FB.api/
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/