pull down to refresh

@k00b what best practices would you recommend for making large requests to the API? Like say I wanted to retrieve every item from a specific month.

You should be able to use top and type all IIRC with custom date range, and you'll want to cursor back slowly (sleeping every so often) until cursor is null.

If top doesn't support all, you can do posts and comments independently with top.

reply

deleted by author

reply

Nah, it should be opaque. It's probably a bug where the offset isn't overridden.

reply