48746

Question:
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
}
Answer1: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
<ul><li><a href="https://developers.facebook.com/docs/graph-api/reference/page#Reading" rel="nofollow">https://developers.facebook.com/docs/graph-api/reference/page#Reading</a></li> </ul><blockquote>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).
</blockquote>