限制 flickr JSON 图像数量?
我尝试了这个网址,它工作正常...
http:// /api.flickr.com/services/feeds/photos_public.gne?per_page=6&jsoncallback=?
...几乎。它被设置为“per_page=6”,但它不听它。怎么了?
I tried this URL and it works fine...
http://api.flickr.com/services/feeds/photos_public.gne?per_page=6&jsoncallback=?
...almost. It is set to "per_page=6" but it don't listen to it. What's wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
最后你多了一个问号。可以去掉最后一个参数吗?
You have an extra question mark at the end. Can you remove the last parameter?
看来这个 URL 不接受任何限制。
It seems like this URL does not accept any limit.
不幸的是,根据 API,不支持
http://www.flickr.com/ services/feeds/docs/groups_pool/
我也需要它
Unfortunately according to the API this isn't supported
http://www.flickr.com/services/feeds/docs/groups_pool/
I was in need of it as well