Facebook webhook
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.