FB.ui分享质量差的图片

时间:2016-02-15 19:48:56

标签: php facebook

我正在使用php为我的网站用户动态生成一种广告/明信片。效果很好,它会产生巨大的无损图像作为png大小:      2400x1390px

但是当我使用

将其发布到FB时
function shareOnWall(link, picture, name, caption, description) {
    FB.ui({
        method: "feed",
        link: link,
        picture: picture,
        name: name,
        caption: '.....www.mysite....' 
    }, shareCallback);
}

帖子中的图像质量超低!怎么可能?

这里有一些截图:

1)我的脚本输出

enter image description here

2)从Facebook调试工具输出(质量较低但是没问题)

enter image description here

3)facebook上的实际帖子(质量太差)

enter image description here

0 个答案:

没有答案