使用 Graph API 读取 Facebook 页面的 Wall - 可能吗?
我知道我们可以通过检索令牌来查看用户墙,一切......没问题。
然而,我手头有这样的情况,请求是显示给定用户的 Facebook 页面的 WALL。
有谁知道这是否可以通过使用 Graph API 来完成?
I know we can see the USER WALL by retrieving a token and all... no problem.
However, I have this case in hands, that the request is to display the WALL of a facebook PAGE of a given user.
Does anyone knows if this can be done by using the Graph API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
现在对于 FACEBOOK 页面,它与好友墙的 graphAPI 调用相同...只需将用户 id 替换为页面 id,如以下 url
https://graph.facebook.com/40796308305/feed?access_token=2227470867|2.oYiXeutFctg5rAweCFSIPw__.3600。 129027..... ........
就这么简单。
谢谢
D
Now for FACEBOOK PAGE, it is just the same graphAPI call as for friends wall...just replace the User id to page id, as in the following url
https://graph.facebook.com/40796308305/feed?access_token=2227470867|2.oYiXeutFctg5rAweCFSIPw__.3600.129027.....................
Thats it as simple as that.
Thank you
D