The subscriptions API on the Facebook REST documentation looks, like they would allow me to get Push notifications, whenever something is changed:
https://developers.facebook.com/docs/reference/api/subscription/
According to the documentation on the page, I can subscribe to the feed connection of the page object:
https://developers.facebook.com/docs/reference/api/page/ (There is no asterisk).
But I don't understand which pages will send me notifications and what happens in general.
When I tried to implement this with a test subscription for the user wall and page feed, I did get notifications when something was changed on the users wall, but not for the page.
Do you have any experience with the Subscriptions API from Facebook?