Facebook Graph - Unsupported get request - Page

2019-09-18 20:47发布

I have a problem with the Facebook Graph API and some Pages. e.g. 115184661826036, 299277891520

Here is the error:

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

1条回答
女痞
2楼-- · 2019-09-18 21:33

This is because the page is age-restricted (category is "Wine/Spirits"). You need to pass a User Access Token so that Facebook Graph API can determine if you're eligible to view the Page's content.

See

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).

查看更多
登录 后发表回答