小编Sco*_*ady的帖子

无法访问其他人页面的帖子洞察

当我访问此资源时:

https://graph.facebook.com/xxx_yyy/insights

我收到了这个回复:

{
  "data": [
  ], 
  "paging": {
    "previous": "https://graph.facebook.com/xxx_yyy/insights?format=json&since=-86400&until=0", 
    "next": "https://graph.facebook.com/xxx_yyy/insights?format=json&since=0&until=86400"
  }
}
Run Code Online (Sandbox Code Playgroud)

洞察数据是空的."xxx_yyy"是我从Feed中获得的有效帖子ID.

  • 我有read_insights权限.
  • 我有offline_access权限.
  • 我是该页面的管理员.
  • 该页面有超过30个喜欢.

导致API返回空洞察数组的原因是什么?

api facebook-graph-api facebook-insights

4
推荐指数
1
解决办法
2008
查看次数