发布到Facebook页面作为页面本身,而不是用户

时间:2012-05-30 07:42:51

标签: authentication facebook-graph-api

我需要将我的FB页面作为页面发布,而不是像我一样。我看到了一些代码,但它们似乎已经过时了。如果你能提供一些很棒的帮助!

感谢。

1 个答案:

答案 0 :(得分:1)

模拟用户需要具有manage_pages权限的网页。

然后使用stream.publish - 以下示例使用PHP-SDK。

stream_publish($message, $attachment = null, 
               $action_links = null, $target_id = null, 
               $uid = $YOUR_PAGE_UID_HERE)