As Paresh mentioned, Your URL needs to be: a) pointed to the *api* subdomain b) versioned -- always *1* at this time c) specifying a format - usually either *json* or *xml* And should use: a) the screen_name parameter instead of an interpolated URI element to avoid issues with all-integer screen names. * * In your case you want to issue a GET to this URL instead: * http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=shanebond1982 * * * Taylor * * @episod <http://twitter.com/episod> - Taylor Singletary - Twitter Developer Advocate
On Thu, Feb 10, 2011 at 3:30 AM, Paresh Nakhe <[email protected]>wrote: > Are you using twitteroauth library? > > Also, the url should be like > http://api.twitter.com/1/statuses/user_timeline/sh...82 > Atleast i am using this and it works for me. > > > On Thu, Feb 10, 2011 at 3:44 PM, nite21 <[email protected]> wrote: > >> hi all >> im loading twitter xml data and showing it in flash >> when i load this xml to get data >> http://twitter.com/statuses/user_timeline/shanebond1982 >> i am getting this error basic authentication not supported error >> >> is there any other method to get the usertimeline data >> >> pls help >> thanks :) >> >> -- >> Twitter developer documentation and resources: http://dev.twitter.com/doc >> API updates via Twitter: http://twitter.com/twitterapi >> Issues/Enhancements Tracker: >> http://code.google.com/p/twitter-api/issues/list >> Change your membership to this group: >> http://groups.google.com/group/twitter-development-talk >> > > > > -- > *What I have is not a dream, because I will make it a reality.* > > > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API updates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: > http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk > -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk
