ユーザーの友達の壁(フィード)に投稿するFacebookタブを作成しました。
次のコードを使用します。
$facebook->api
(
'/'.$sendTo.'/feed/',
'post',
array('access_token' => $facebook->access_token,
'message' => ''.$send_service ,
'name' => 'She\'s got ****\'s Skin!',
'description' => ''.$nam1.' has nominated you to be a Pond\'s girl :) Do return the favor :) ',
'picture' => 'http://www.mydomain.com/fb_tabs/ponds/rec/images/ponds.png',
'link' => 'https://www.facebook.com/mypage/app_[app_id]',
'auto_publish' => false,
'target_id' => '$tag'
)
思い通りに投稿を見せていました。次に例を示し ます。画像を表示する
画像の青いボックスは無視してください。
しかし、過去2日間は、次のように通信しています。 画像を表示
誰かが私が間違っていることを教えてもらえますか?