I'm building an app that retrieves the public timeline from several persons. During my tests I noticed something.
I called the API with the following URL: http://twitter.com/statuses/user_timeline.json?count=2&id=$username If the $username is empty (I said I was still testing :P) then it will request this http://twitter.com/statuses/user_timeline.json?count=2&id= Which returns the timeline for andiojeda. Not a killer bug.. but an error message is nicer.
