We have configured webhook in facebook app earliear. After subscribing the facebook page we were able to receive real time update on our server from facebook page. Now webhook was stopped working. We are not getting any real time update for new post from facebook page.
We have pre-configured setup as per bellow guide: https://developers.facebook.com/docs/pages/realtime/
I'm able to view that my page has installed my app by using bellow sample api: GET graph.facebook.com/PageID/subscribed_apps
But not getting real time update
Any help will be appreciated.