users/show/id.format bug for numerical username?

2008-11-21 Thread jazzychad
Hi, When requesting a /users/show/id.format API with a username that is entirely numerical, it will instead return the info for the person with that userid. Example: There is someone with the username @415. If I pull up http://twitter.com/users/show/415.xml I get the information for someone

Re: users/show/id.format bug for numerical username?

2008-11-21 Thread jazzychad
/entry. On Fri, Nov 21, 2008 at 09:15, jazzychad [EMAIL PROTECTED] wrote: Hi, When requesting a /users/show/id.format API with a username that is entirely numerical, it will instead return the info for the person with that userid. Example: There is someone with the username @415

JSON API call occasionally duplicates/nests callback

2008-11-18 Thread jazzychad
I have only seen this happen intermittently and unpredictably, so I'm not sure how to reproduce it, but occasionally a JSON API call will return duplicated/nested callbacks when a callback is specified. e.g. http://twitter.com/statuses/user_timeline/user.json?callback=my_func will return

Client-side POST for authenticated API request?

2008-10-12 Thread jazzychad
Hi All, For one of my webapps, I am trying to have all of the functionality driven on the client-side as much as possible. One of the features I would like to have is to list a user's direct messages in a sidebar or something. I would really like to use the json feed to get the data, and have