如何使用PHP sdk为Facebook显示流发布对话框?

时间:2011-12-14 00:58:22

标签: php facebook facebook-php-sdk

我希望在发布到墙之前显示确认发布对话框,如:

http://blog.hackedexistence.com/wp-content/gallery/facebook/publish-to-wall.png

我只发现了如何在没有确认的情况下发布,例如:

$result = $facebook->api('/me/feed/', 'post', $attachment)) 

我不确定是否可以使用PHP,Facebook文档不是最新的......

1 个答案:

答案 0 :(得分:0)

是的,可以使用PHP。您只需要将facebook对话框以您想要的方式发布到墙上。网址将如下:

url=https://www.facebook.com/dialog/feed?app_id=<your appid>&redirect_uri=<your redirecting link>&link=<link u are posting>&message=Join+me+at+this+event.&picture=<picture URL you want to show>&caption=Nation+Wide+Broadcast+System&description=This+is+a+test+of+the+Nation+Wide+Broadcast+System.&name=NationWideBarCrawl

请记住,重定向URI必须与您在Facebook应用中设置的相同,否则会引发错误。