Re: user_timeline with empty id returns... andiojeda

2009-01-12 Thread Matt Sanford
Hi there, Not a killer bug to be sure, but not Working As Designed™ either. I have the fix completed and awaiting review. Thanks for the heads-up; — Matt Sanford / @mzsanford On Jan 8, 2009, at 05:43 AM, ups wrote: I'm building an app that retrieves several timelines from users.

user_timeline with empty id returns... andiojeda

2009-01-08 Thread ups
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=2id=$username If the $username is empty (I said I was still testing :P) then it will

user_timeline with empty id returns... andiojeda

2009-01-08 Thread ups
I'm building an app that retrieves several timelines from users. In a very early stage of development, I found this feature: If I call the API with the adress http://twitter.com/statuses/user_timeline.json?count=2id= the API returns the timeline for andiojeda. This is a no killer, more of an