I'm trying to setup webhook for Facebook webhook, I got my php script to run just fine with the test feed. The app is subscribed to the "Feed", as I want to get if a post is made on our public page. But eventho my app now is Live, I'm still not recieving any post requests other than the test one, when I test it.

I read the documentation, and it seems like its cause it need "pages_read_engagement" permision via App Review.

But here is my problem, how do I request for this permision, as a app review want you to have a Facebook login on page and such, but when its just a webhook that recieves, translates and put into our database to be displayed on website, it realy does not use login an such.

Any one know how to do this, I've been stuck on this for some time now.

I am able to fetch reviews and comments for review posts, as well as reply to comments, add comments, and update comments on review posts. However, I am unable to delete comments that were posted by me.
The access token I am using includes the following scopes:
pages_show_list business_management pages_read_engagement pages_read_user_content pages_manage_posts pages_manage_engagement
When attempting to delete a review post comment using the Graph API, I encounter the following error:
{ "error": { "message": "(#200) Permissions error", "type": "OAuthException", "code": 200, "fbtrace_id": "AO6pApG9lvP7-Zmd7rslPAm" } } Is there any way to delete review post comments using the Facebook Graph API?"