Is there a default value for Twitter’s newish max_id parameter?
I’ve tried:
I just want it to return exactly what it would return if you didn’t use a max_id at all:
Biebs is counting on you…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think there is a default. If you want the result as if you didn’t use max_id, then don’t send the max_id. It’s purpose is for pagination, so if you ran
https://api.twitter.com/1/statuses/user_timeline.json?screen_name=justinbieber&trim_user=true&count=200&max_id=216942783313883136
at any time, you are going to get the same 200 results. If you only care about the most recent 200 then don’t bother with it.