我制作了一个 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'
)
它正在按照我的意愿显示帖子。这是示例: 查看图像
请忽略图片中的蓝色框。
但在过去的两天里,它的通讯是这样的: 查看图片
谁能让我知道我做错了什么。