我正在尝试使用此网址向Facebook的图表API提出一个非常简单的请求:
https://graph.facebook.com/v2.12/1984193321812400?fields=overall_star_rating&access_token=205658113371329|gYdP-nDHNVENlwVxria21Uczgs8
我想从Facebook获得的只是我的Facebook页面的overall_star_rating
。但是,这就是我得到的:
{
"error": {
"message": "(#200) Access to this data is temporarily disabled for non-active apps or apps that have not recently accessed this data due to changes we are making to the Facebook Platform. https://developers.facebook.com/status/issues/206742313468873/",
"type": "OAuthException",
"code": 200,
"fbtrace_id": "A9XRfTkh3WR"
}
}
因为我对Facebook Graph API完全不熟悉:请求我是正确的还是我错过了一些非常基本的东西?
是的,我看过Facebook's issue report,但由于我已经将我的应用设置为active
并且它无法正常工作,因此我觉得它没有用。
感谢您对此事的任何帮助。