The Twitter API says I can only gain a maximum of 200 per query, up to a maximum of 3,200 Tweets in total, however, I am unable to use max_id to get the Tweets past the first 200, or if I test it manually, when I set count, and max_id to the ID of the Tweet I got, I never get the next Tweet. Is there something I am missing in the API docs? Or… is there a way to iterate backwards over the users timeline to get all the Tweets upfront?