Receiving real-time Page feed update using facebook's real time update api

后端 未结 1 556
孤城傲影
孤城傲影 2021-01-07 13:02

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

相关标签:
1条回答
  • 2021-01-07 13:17

    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.

    0 讨论(0)
提交回复
热议问题