当我访问此资源时:
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.
导致API返回空洞察数组的原因是什么?