Facebook粉丝专页互动
我在这里看到了很多问题,询问如何发布到 Facebook 粉丝页面,但没有看到如何从 Facebook 粉丝页面发布到外部网站。
我是粉丝页面的管理员,想通过 Facebook 为我的受众提供更新。我也希望这些更新出现在我的网站上。有人知道有办法做到这一点吗?
I've seen a lot of questions on here asking how to publish to a Facebook fan page, but not how to publish from a Facebook fan page to an external site.
I'm admin of a fan page and would like to make updates for my audience from Facebook. These updates I'd like to appear on my website as well. Does anybody know of a way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以像这样提取 json 格式的 feed 消息:
http://graph.facebook.com/17227611925/feed
将 17227611925 替换为您页面的 ID。
您必须找到/编写一些代码才能做到这一点。您是否已经设置了某种服务器端编程环境?
You can pull feed messages in json format like so:
http://graph.facebook.com/17227611925/feed
Substitute 17227611925 with the id of your page.
You'd have to find/write a bit of code to do this. Do you already have some sort of server-side programming environment set up?