如何从外部网站在 Facebook 粉丝页面墙上发帖,您是该网站的粉丝但不是管理员
我在外部网站上使用 ASP.NET Facebook 开发人员工具包,而且我也是网站 Facebook 粉丝页面的管理员。我网站上的用户(可能是也可能不是 Facebook 用户)创建内容文章。
我想将这些文章连接到 Facebook 粉丝页面,这样,当他们写文章时,拥有 FB 帐户的人就可以登录 FB 并在粉丝页面上发帖。我确信他们首先需要成为粉丝。
关于如何做到这一点有什么想法吗?
I'm using an ASP.NET Facebook Developers Toolkit on an external website, and I'm also the admin of a facebook fan page for the website. Users on my website (may or may not be facebook users) create content articles.
I would like to hook up these articles to the Facebook fan page, so that, when they write the article, then ones with FB accounts can sign into FB and post on the Fan page. I'm sure they would need to be a fan first.
Any idea on how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 Graph api 在面子书墙上发布。点击此链接
链接文本
您可以通过向上面相应的连接 URL 发出 HTTP POST 请求来发布到 Facebook 图表,使用应用程序访问令牌。例如,您可以通过向 https://graph 发出 POST 请求,在 Arjun 的墙上发布新的墙贴.facebook.com/arjun/feed:
我希望这会有所帮助。
You can use Graph api to post on face book wall.Follow this link
link text
You can publish to the Facebook graph by issuing HTTP POST requests to the appropriate connection URLs above, using an application access token. For example, you can post a new wall post on Arjun's wall by issuing a POST request to https://graph.facebook.com/arjun/feed:
I hope it will helpful.
我也确实需要这个。到目前为止,对我来说,最好的方法似乎是嵌入本地粉丝页面并使用 Facebook 应用程序对其进行扩展。这是我最终得到的唯一信息:
http://blogote.com/2010/ideas/how-to-ideas/how-to-embed-facebook-fan-page-on-website-blogs.html
另外您是否了解过 GrooveShark 是如何做某事的相似的?他们将 Facebook 页面直接嵌入到他们的网站中以供公众使用。真的很甜蜜。我附上了它的屏幕截图。
I really needed this too. So far to me it seems the best way is to embed a native Fan Page and extend it with a Facebook app. This is the only info I ended up with:
http://blogote.com/2010/ideas/how-to-ideas/how-to-embed-facebook-fan-page-on-website-blogs.html
Also have you checked out how GrooveShark does something similar? They embed a Facebook page right into their site for the public. Really sweet. I attached a screenshot of it.