Post status update to Facebook page (Fan site)

前端 未结 1 1237
一生所求
一生所求 2021-02-10 03:06

I\'ve seen all the posts here on stackoverflow about posting status updates to a page\'s wall (not a user\'s wall); but all appear to be out of date as none of them address the

1条回答
  •  时光说笑
    2021-02-10 03:32

    Open Stream API's official release was two days ago. That explains the lack of tutorials.

    • Here is a good intro into Open Stream API http://developers.facebook.com/news.php?blog=1&story=288
    • Here a Overview Wiki Tutorial http://wiki.developers.facebook.com/index.php/Using_the_Open_Stream_API
    • The stream.publish function is used for posting at pages: https://developers.facebook.com/docs/reference/rest/stream.publish/

    If you specified a session_key, and that session user is a Page admin, then you can specify a Page ID here to publish to one Page for which the session user is an admin.

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