according to the twitter api documentation
http://dev.twitter.com/doc/get/statuses/user_timeline
accessing the current logged in users timeline does not require auth. But i'm getting a basic auth not supported response and a 401 when I debug in javascript.
anybody have experience getting the current users info?
http://api.twitter.com/1/statuses/user_timeline.json
Specifying a user works fine with
http://twitter.com/users/show.json?screen_name=example&callback=?