Subscribe to facebook page feed real time updates

后端 未结 1 1161
栀梦
栀梦 2020-12-29 12:43

I\'m writing a facebook app in Scala and Play!. I want real time updates for user feed and feed of pages this user administers, so I subscribed to those. This is what comes

相关标签:
1条回答
  • 2020-12-29 13:46

    The truth lies in the middle: one has to make a POST to https://graph.facebook.com/pageId/tabs?app_id=appId&access_token=page_access_token to get real time updates for the page, but this does not seem to add an app as a tab, the app just shows up among added apps in page settings. I did the POST through Graph API explorer to debug my update processing code, and the updates get to the server OK.

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