{username}?fields=about,fan_count stopped working
1

Hi,

For some reason, the endpoint for retrieving the number of followers from public pages has stopped functioning in my app. I have the "Page Public Content Access" permission approved and am requesting the pages_read_engagement scope during the OAuth process. Despite this, the following request is no longer working:

``` curl -i -X GET \ "https://graph.facebook.com/v21.0/nike?fields=about%2Cfan_count&access_token="

Response:

{ "error": { "message": "(#100) Object does not exist, cannot be loaded due to missing permission or reviewable feature, or does not support this operation. This endpoint requires the 'pages_read_engagement' permission or the 'Page Public Content Access' feature or the 'Page Public Metadata Access' feature. Refer to https://developers.facebook.com/docs/apps/review/login-permissions#manage-pages, https://developers.facebook.com/docs/apps/review/feature#reference-PAGES_ACCESS and https://developers.facebook.com/docs/apps/review/feature#page-public-metadata-access for details.", "type": "OAuthException", "code": 100, "fbtrace_id": "ALVhLqO9Rjfg43EG6CoftWE" } } ```

Can someone help me to fix this? We haven't changed anything on our end. It just stopped working.

Dashdash
已發問 約 2 個月前