So I'm developing this feature called Social Media Wall which is basically setting up and styling this plugin https://github.com/pavelk2/social-feed
Everything worked fine until I had to add Instagram - they have switched their previous API off and now I can only get my on posts with it. So I went for the Graph API, followed their guide - added Instagram Product, got verified Business account for both Facebook and Instagram etc https://developers.facebook.com/docs/instagram-api/getting-started
And now the problem is that I need Public Page Access to get the posts of other public companies, and in order to do that I also need manage_pages permission, which I get denied! They say something like "you app does not need this permission". How can it not need it if it gets added with the Public Page Access!
So it's my fourth review request pending now, when I carefully try to explain what I'm trying to implement, how it works with Facebook already and why I need those permissions.
So I wanted to ask - did someone get this approval before and what did you have to do for it? I'm really desperate now.
Below i the screenshot of the previous answer. They also attached a screenshot of the login page saying that it should help me to understand their response.