What is the proper way to paginate through favorite tweets returned by the API?
I’ve tried using max_id, but a lot of tweets arent being returned. I’m guessing this is because, according to the docs, the API “Returns the 20 most recent Tweets favorited by the authenticating or specified user.” - i.e, Tweets would be sorted based on favorited time, rather than by ID.
It would be great if the response included a ‘favorited_at’ field for the authenticating user.
Regards,
Arvindh