如何获取用于将Facebook应用程序的图像共享到用户时间线的代码?

时间:2012-09-24 05:30:49

标签: facebook-graph-api

我是否可以获得 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

一样

enter image description here

0 个答案:

没有答案