1

我可以获得Facebook 应用程序的正确代码,它允许将应用程序的结果图像分享或发布到用户墙(时间轴)。

目前我正在使用下面的代码;-

 $attachment = array(
   'message' => 'this is my message',
   'name' => 'This is my demo Facebook application!  https://apps.facebook.com/whoisyourmillionare/',
   'caption' => "Caption of the Post",
   'description' => 'this is a description',
   'picture' => 'http://www.nasa.gov/images/content/297522main_image_1244_946-710.jpg');
   $result = $facebook->api('/me/feed/', 'post', $attachment);

输出如图1 所示

其实我需要像图片2

在此处输入图像描述

4

0 回答 0