Re: [twitter-dev] Reg: unauthorirzed error while getting profile url

2011-04-01 Thread Taylor Singletary
Hi Yaswath, While you might have something else wrong additionally, I'll make a couple quick points: a) the URL (and all REST resource URLs) should have a version: you want https://api.twitter.com/1/account/verify_credentials.xml -- if you don't put the version there, your code will stop working

[twitter-dev] Reg: unauthorirzed error while getting profile url

2011-04-01 Thread yaswanth kumar
Hi, Currently i am using oAuth to get the public profile of the twitter Details are: _oauth.oAuthWebRequest(oAuthTwitter.Method.GET, "https:// api.twitter.com/account/verify_credentials.xml",string.Empty); this is the webrequest i am using to get the profile but this is working in an intermitten