Get public page statuses using Facebook Graph API without Access Token

后端 未结 4 2021
余生分开走
余生分开走 2020-11-29 17:23

I\'m trying to use the Facebook Graph API to get the latest status from a public page, let\'s say http://www.facebook.com/microsoft

According to http://developers.fa

4条回答
  •  旧时难觅i
    2020-11-29 17:44

    It's no more possible to use Facebook Graph API without access token for reading public page statuses, what is called Page Public Content Access in Facebook API permissions. Access token even is not enough. You have to use appsecret_proof along with the access token in order to validate that you are the legitimate user. https://developers.facebook.com/blog/post/v2/2018/12/10/verification-for-individual-developers/. If you are individual developer, you have access to three pages of the data (limited), unless you own a business app.

提交回复
热议问题