图像共享到脸书不是很好

时间:2012-07-16 14:46:58

标签: php facebook image sharing

我正在尝试使用php从我的网站分享图像到脸书。但它只共享缩略图和图像链接。我想获取全尺寸图像而不是图像网址。

这是我的代码

$attachment = array(

    'link' =>$_COOKIE['purl'],
    'picture' =>'http://cutefacebooktimelinecovers.com/'.$imgurl,
    'actions' => array(array(
            'name' => 'Cutefacebooktimelinecovers.com',
            'link' => 'http://cutefacebooktimelinecovers.com'
        ))
    );
    try {
        $result = $facebook->api(
        '/me/feed/',
        'post',
        $attachment

);

0 个答案:

没有答案