我可以从“/users/self/media/recent”端点获取超过 20 个 INSTAGRAM 媒体吗?
Can I get INSTAGRAM media more than 20 from the '/users/self/media/recent' endpoint?
Instagram 上有 the '/users/self/media/recent' endpoint。似乎我们可以使用 MAX_ID
、MIN_ID
和 COUNT
等查询字符串来获取我们过去的媒体。但是,端点总是 returns 只有帖子数为 20 的最后一页。
有办法获得超过20个我们自己的帖子吗?
因为您处于 "sandbox" 模式。如果你想去 "live mode" 那么你需要获得 Instagram 的批准。
参考这个 link。
https://www.instagram.com/developer/review/
Instagram 上有 the '/users/self/media/recent' endpoint。似乎我们可以使用 MAX_ID
、MIN_ID
和 COUNT
等查询字符串来获取我们过去的媒体。但是,端点总是 returns 只有帖子数为 20 的最后一页。
有办法获得超过20个我们自己的帖子吗?
因为您处于 "sandbox" 模式。如果你想去 "live mode" 那么你需要获得 Instagram 的批准。 参考这个 link。 https://www.instagram.com/developer/review/