Facebook Graph - 不支持的获取请求 - 页面

Facebook Graph - Unsupported get request - Page

我的 Facebook 图 API 和一些主页有问题。例如115184661826036, 299277891520

这里是错误:

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

这是因为页面有年龄限制(类别是 "Wine/Spirits")。您需要传递用户访问令牌,以便 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).