Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/api/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Api flickr oembed未返回大于500px宽的图像_Api_Flickr_Oembed - Fatal编程技术网

Api flickr oembed未返回大于500px宽的图像

Api flickr oembed未返回大于500px宽的图像,api,flickr,oembed,Api,Flickr,Oembed,我正在尝试在我的网站中使用oEmbed。我需要使用大图像(至少700px宽) 我尝试使用以下代码: http://www.flickr.com/services/oembed?url=http://www.flickr.com/photos/majdal/4035572180/sizes/l/in/photostream/&format=xml&minwidth=1000 但返回的图像宽度小于700px http://farm3.static.flickr.com/2632/4

我正在尝试在我的网站中使用oEmbed。我需要使用大图像(至少700px宽)

我尝试使用以下代码:

http://www.flickr.com/services/oembed?url=http://www.flickr.com/photos/majdal/4035572180/sizes/l/in/photostream/&format=xml&minwidth=1000
但返回的图像宽度小于700px

http://farm3.static.flickr.com/2632/4035572180_3c8015790e.jpg

有没有办法强制flickr返回更大的图像?

这些图像在flickr上是否大于700px?有没有可能使用PHP API?(http://phpflickr.com/)

Flickr上的图像是否大于700px?有没有可能使用PHP API?(http://phpflickr.com/)似乎是flickr的内部限制。至少一年前我已经在flickr api组中看到了这个讨论,但没有答案:

似乎是flickr的内部限制。至少一年前我已经在flickr api组中看到了这个讨论,但没有答案:

我们已经纠正了这个问题,现在flickr oembed调用将返回更高分辨率的图像(最大维度高达1024px)


-flickr工作人员

我们已经纠正了这个问题,现在flickr oembed call将返回更高分辨率的图像(最大尺寸高达1024px)


-flickr staff

是的,图像绝对大于700px。我使用的是django oembed,所以我一定要这样做……是的,图像绝对大于700px。我正在使用django oembed,所以我一定要这么做……很高兴看到flickr在最新的api修订版中修复了该限制很高兴看到flickr在最新的api修订版中修复了该限制