2015-04-08 82 views
0

我有一个Facebook Graph API和一些页面的问题。例如115184661826036, 299277891520Facebook图表 - 不支持的获取请求 - 页面

以下是错误:

"error": { 
    "message": "Unsupported get request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api", 
    "type": "GraphMethodException", 
    "code": 100 
} 

回答

0

这是因为网页年龄限制(类别为“葡萄酒/烈酒”)。您需要传递用户访问令牌,以便Facebook Graph API可以确定您是否有资格查看网页的内容。

A user access token is needed to view fields from restricted pages that this person is able to view (such as those restrict to certain demographics like location or age, or those only viewable by Page admins).

相关问题