Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use Facebook app access_token to get age-restricted Page data through Graph API?

I have a Facebook application that users can add to their Facebook business Page(s) as a Page Tab app. It doesn't require any extended permissions for the user. I'm wondering if it's possible to use my app access_token and make calls against the Facebook Graph API to retrieve information about age-restricted Pages?

like image 965
holic87 Avatar asked Jul 31 '12 19:07

holic87


1 Answers

No, if a page is restricted demographically (e.g. for alcohol) you MUST use a user access token from a user who meets those restrictions, or a Page access token for the page itself.

An app access token will not work for such an API call

like image 76
Igy Avatar answered Dec 31 '22 18:12

Igy