So I want to receive a real time notification update whenever there is a new post on a particular page. I\'ve referred to facebook\'s real-time update api guide for this (ht
Use the new subscribed_apps endpoint - no need to add the App to a Page for that one: https://developers.facebook.com/docs/graph-api/reference/v2.3/page/subscribed_apps
In order to make Realtime Updates work, you need to use subscribed_apps and the subscriptions endpoint.