GET /2.12/158732947xxxx/insights?metric=page_impressions&date_preset=last_year返回以下空数据:
{
"data": [
],
"paging": {
"previous": "https://graph.facebook.com/v2.12/158732947xxxx/insights?access_token=xxxxxXzZAzGoN2eAZDZD&pretty=0&metric=page_impressions&date_preset=last_year&since=1451721600&until=1483257600",
"next": "https://graph.facebook.com/v2.12/158732947xx/insights?access_token=xxxxxWfmC7XzZAzGoN2eAZDZD&pretty=0&metric=page_impressions&date_preset=last_year&since=1514793600&until=1546329600"
}
}我使用的是正确的页面令牌。我是完全管理员和广告商管理员...
发布于 2018-03-07 00:39:17
正如上面的"CBroe“所指出的,诀窍是首先使用read_insights checked..Only为用户获取一个新的令牌,然后页面令牌将给出所请求的结果
https://stackoverflow.com/questions/49130197
复制相似问题