How to subscribe to real-time updates for a Facebook page's wall

后端 未结 6 1929
遇见更好的自我
遇见更好的自我 2020-11-30 23:04

Facebook\'s real-time updates docs now say that you can get the feed for a page:

You can subscribe to the page\'s feed in the same way you subscribe t

6条回答
  •  南方客
    南方客 (楼主)
    2020-11-30 23:47

    Firstly, subscription to real-time update for page/feed doesn't work. See: http://bugs.developers.facebook.net/show_bug.cgi?id=18048

    Does the page need to install the app whose oauth token I'm using?

    Yes

    Or do I somehow need to get an oauth token for the page itself by logging in as the page?

    If i correctly understand you, you need only app access_token https://graph.facebook.com/oauth/access_token?client_id=your_app_id&client_secret=your_secret&grant_type=client_credentials

提交回复
热议问题