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

徘徊边缘 提交于 2019-11-27 06:17:02

问题


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?


回答1:


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




回答2:


If the owner of that access token can view the data on facebook you can get any data using that access token not mater if its block for the others .



来源:https://stackoverflow.com/questions/11747155/use-facebook-app-access-token-to-get-age-restricted-page-data-through-graph-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!