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.
top
all
custom
cursor
If top doesn't support all, you can do posts and comments independently with top.
deleted by author
Nah, it should be opaque. It's probably a bug where the offset isn't overridden.
@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.