Skip to content

Weird behaviour with instagram tagged posts #6796

Closed Answered by mikf
zachpeter asked this question in Q&A
Discussion options

You must be logged in to vote

cursor values for /tagged/ are just numeric post IDs (post_id) to start from it seems, so you might be able to manually use the lowest post_id returned to get older posts. 2521580848874395776 is the lowest ID I get before it jumps back up to 2961579667514662360, so try -o cursor=2521580848874395776.

-o cursor=\"2521834487413523086\"

You don't need to use \" anymore: 9b59af8

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@zachpeter
Comment options

@mikf
Comment options

mikf Jan 11, 2025
Maintainer

Answer selected by zachpeter
@zachpeter
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants