The REST documentation subscription API for Facebook looks like they will let me receive push notifications when something changes:
https://developers.facebook.com/docs/reference/api/subscription/
According to the documentation on the page, I can subscribe to the connection to the channel of the page object:
https://developers.facebook.com/docs/reference/api/page/ (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 a custom wall and page feed, I received notifications when something was changed on the user's wall, but not for the page.
Do you have experience with the Facebook Subscription API?
source
share