コード:
FB.ui({
method: 'feed',
name: "Test Name",
link: "http://www.facebook.com",
picture: "https://www.rwe-smarthome.de/is-bin/intershop.static/WFS/RWEEffizienz-SmartHome-Site/RWEEffizienz-SmartHome/de_DE/Energiesparpaket%20plus/Energiesparpaket-Plus_170px_198px.png",
caption: '',
description: "Some description goes here",
},function(response) {
if (response && response.post_id) {
//alert('Post was published.');
} else {
//alert('Post was not published.');
}
});
上記のコードは Facebook フィード ダイアログを表示していますが、画像はありません。問題は、画像の引数の長さにあると思います。画像の URL を他の短い画像の URL に置き換えると、うまくいきます。画像の URL を変更することはできません。Web サービスからのものであるためです。画像 URL の Facebook フィード ダイアログに長さの制約はありますか?