ttezel / twit

Twitter API Client for node (REST & Streaming API)
4.31k stars 568 forks source link

Pagination? #394

Open tercerapersona opened 7 years ago

tercerapersona commented 7 years ago

No documentation about pagination.

Twitter docs says that we should rely on the next_cursor param, but closest thing we get is search_metadata.next_results, which is the next endpoint to retrieve more results, however, I can't make that request using Twit I guess. How should we do?

dandv commented 6 years ago

See #318.