我需要在facebook公共页面中阅读时间轴供稿。我使用语法从时间轴获取Feed:
https://graph.facebook.com/v2.3/DoveIndia?fields=id,name,picture,feed
当Facebook页面没有“帖子到页面”时,它运行良好并返回Feed。 当页面具有“帖子到页面”时,它仅返回页面上所有已发布的消息而不是时间轴提要。
请求示例(Graph API Explorer工具):
https://graph.facebook.com/v2.3/jeep?fields=id,name,picture,feed
请建议如何阅读时间表中的Feed?
由于 Sameek
答案 0 :(得分:2)
/ {page-id} / posts仅显示此页面发布的帖子。
来源:https://developers.facebook.com/docs/graph-api/reference/v2.3/page/feed
答案 1 :(得分:0)
此人或其他人在此人的个人资料中发布的帖子摘要(包括状态更新)和链接。还有其他边缘提供此边缘的过滤版本:
/{user-id}/posts shows only the posts that were published by this person.
/{user-id}/tagged shows only the posts that this person was tagged in.
所有这些衍生边缘共享完全相同的阅读结构,但/ feed应用于所有发布目的。