【发布时间】:2020-10-20 02:50:33
【问题描述】:
我知道 Facebook 限制了其 GraphAPI 的使用,但到什么程度?我想从this page 的帖子中收集数据(帖子内容、喜欢、分享、日期)。显然我不是这个页面的管理员。当我尝试使用{page-id}/feed 执行此操作时,我收到消息
{
"error": {
"message": "(#100) Page Public Metadata Access requires either app secret proof or an app token",
"type": "OAuthException",
"code": 100,
"fbtrace_id": "A0xAYR0R1KdoDf_6h7EPr8O"
}
}
我如何收集提要数据?
【问题讨论】:
-
公共元数据访问不包括这一点,页面的提要不是元数据。您必须为页面公共内容访问功能提交您的应用程序,developers.facebook.com/docs/apps/review/…