How to list blocked profiles from a page using the graph api
1

I am using https://developers.facebook.com/docs/graph-api/reference/page/blocked/ to list the profiles that are blocked from a page.

  • My app has all permissions (31 to be precise)
  • The permissions where granted using the facebook login for business and the facebook js sdk on the browser
  • When listing the permissions from me/permissions all are listed as granted using the token generated from the login process
  • When calling the blocked endpoint I use the access_token that is returned in the Account object and not the token generated at login

The api always returns an empty array, event though from the interface of the page I can see two profiles one user and one page currently blocked.

When making a post request to block a user to the very same endpoint it succeed and the user is indeed in the list in the page UI after the request is completed.

I want to know if I am missing something to retrieve the list

Jorge
Вопрос задан около месяца назад