Use manage_pages permission to develop Facebook application

Now I am creating a web page where a user can enter it with their Facebook credentials. I want this site to be able to post on the wall the Facebook pages that the user has or supports.

I found a good “tutorial” for this procedure here . To get an idea of ​​which pages the user maintains or owns, I must have the permission "manage_pages", but this permission is blocked by Facebook due to the following failure:

Blocked Facebook permission

I get what I need to do to “unlock” this permission, but right now I can’t submit the review application because I’m at the beginning of its development and I’m sure that at the moment it will be rejected from Facebook .

So, is there a way to access these test permissions or test users, etc., in order to properly develop the application?

+4
source share

Source: https://habr.com/ru/post/1544489/


All Articles