Open tercerapersona opened 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?
next_cursor
search_metadata.next_results
See #318.
No documentation about pagination.
Twitter docs says that we should rely on the
next_cursor
param, but closest thing we get issearch_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?