facebook - Real-time updates and Graph API 2.3 -



facebook - Real-time updates and Graph API 2.3 -

according https://developers.facebook.com/docs/graph-api/real-time-updates/v2.3, way subscribe real-time updates via /{app-id}/subscriptions endpoint. https://developers.facebook.com/docs/graph-api/reference/v2.3/app/subscriptions/ says endpoint no longer available in v2.3.

meanwhile, https://developers.facebook.com/docs/graph-api/reference/v2.3/page/subscribed_apps/ talks subscribing page's feed, doesn't offer post or delete operations managing such subscriptions. nevertheless, changelog v2.2 describe get/post/delete /{page-id}/subscribed_apps.

so, what's current, accurate story handling real-time updates? rtus pages? @ least, documentation confusing...and believe wrong , conflicting itself. can clear how subscribe , handle rtus in v2.3 world?

facebook facebook-graph-api

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -