如何访问 Facebook 页面上“访客帖子”下的帖子?我一直无法在 Graph API 中找到这些,并且开始怀疑 API 是否授予访问权限。我尝试过:
v2.5/me/feed?fields=reactions
=Reactions read API requires version v2.6 or higher
v2.5/me/feed?fields=comments
= 不是我想要的评论v2.5/me/comments
=Tried accessing nonexisting field (comments) on node type (Page)
甚至可以访问VISITOR POSTS
吗?