1

非常に単純なコードは次のとおりです。

            var obj = {
                method: "feed",
                link: share_url,
                picture: share_url,
                name: "test name",
                caption: "test caption",
                description: "Using Dialogs to interact with users."
            };
            function callback(response) {
                console.log(response);
            }
            FB.ui(obj, callback);

share_url は次のようなものです。

http://www.majorforms.com/thumbnail.php?width=1200&height=1200&image=1033/4f/4f313dee7641ba3add3ac080f451277a9af9f0cc.jpg

問題は、投稿が私の壁に書かれていることですが、画像がそこにありません! 「リンク」と「画像」に同じ URL を指定しましたが。何故ですか?

4

1 に答える 1