gpt4 book ai didi

instagram - 有什么方法可以显示 20 多张 instagram API 的照片?

转载 作者:行者123 更新时间:2023-12-01 08:34:58 25 4
gpt4 key购买 nike

我正在尝试在这样的网站中显示 20 多张照片供稿:

http://snap20.com.br/instagram/

有什么方法可以展示吗?

最佳答案

简单。只需在您的 api 调用后面附加 &count=-1 即可。例如:

https://api.instagram.com/v1/tags/YOURTAG/media/recent?access_token=YOURACCESSTOKEN&count=-1

* 2014 年 4 月更新(来源:@user1406691):count=-1 不再可用。回应:

{"meta":{"error_type":"APIInvalidParametersError","code":400,
"error_message":"Count must be larger than zero."}}

您可能希望改用它:

https://api.instagram.com/v1/tags/YOURTAG/media/recent?access_token=YOURACCESSTOKEN&count=35

还有另一种通过 rss + db 的方法,但它更长,虽然它不限于 30 次调用/小时。

关于instagram - 有什么方法可以显示 20 多张 instagram API 的照片?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12521081/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com