アプリケーションの結果画像をユーザーの壁 (タイムライン) に共有または投稿できる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のようにする必要があります