Facebook API为什么图片不能在帖子中上传?

时间:2014-06-12 00:08:27

标签: facebook

FB.ui({
      method: 'feed',
            caption: 'test: '+ Link,
            description: '',
            to: *******,
            picture: 'https://SITE.com/UserGifts/ImageMail/1402530327.jpg',
            link: Link,
            redirect_uri: Link,
    }, function(response){});

代码启动时,我们会看到enter image description here

请告诉我为什么图片不能上传帖子?

P.S。:服务器上存在图像,控制台没有错误。

1 个答案:

答案 0 :(得分:0)

更改

https://example.com/UserGifts/ImageMail/1402530327.jpg

on

http://example.com/UserGifts/ImageMail/1402530327.jpg

example是您网站的名称(SITE

P.S。:在网址图片上不使用https,仅使用http