Hi there.
I’m wondering, is it possible to search tweets with pagination (skip/take pattern) using API?
I saw it’s possible to set “pageSize” which is “take” in this case.
But what about “skip”? Because sometimes I want to skip some already viewed by user tweets.
Yep! But Pagination is done with a token in the API, not with offsets, and I don’t think you can “skip” pages, see here: Pagination | Docs | Twitter Developer Platform
1 Like