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