[twitter-dev] The remote server returned an error: (401) Unauthorized.

2011-04-19 Thread The World Connection
I'm using TwitterVB and for some reason in the last week I've been receiving the following error. The remote server returned an error: (401) Unauthorized. I'm using the following code structure. http://twittervb.codeplex.com/wikipage?title=OAuth%20Web%20Tutorial Nothing changed. I've tried to

Re: [twitter-dev] The remote server returned an error: (401) Unauthorized.

2011-04-19 Thread Matt Harris
Hi Nathan, So we can help diagnose the problem could you inspect the response body that comes back from your request to the API. It contains an explanation of why the 401 is being returned and let's us know how to proceed. Best @themattharris On Apr 19, 2011, at 11:17, The World Connection

[twitter-dev] The remote server returned an error: (401) Unauthorized. + asp.net

2010-10-07 Thread Mansi
I have to post text on Twitter through my web site. For that I've created one application on Twitter. And have done all the related changes in site source code. I am using .net Framework 2.0. But having issue while redirecting to Twitter (oAuth.AuthorizationLinkGet()). It throws bug The remote

[twitter-dev] The remote server returned an error: (401) Unauthorized

2010-08-07 Thread Punit.khaire
Hi guys, I started to work on the twitter application .Our main task is to tweet messages using oAuth authentication. I am sending below request using GET method,

[twitter-dev] The remote server returned an error: (401) Unauthorized

2010-01-27 Thread Jayster
Hi can anyone please help I am currently writing an app for Twitter and I seem to be having a problem with it with the error The remote server returned an error: (401) Unauthorized. Is there anything I am doing wrong. Here is the code: protected string ExecutePostCommand(string url, string

Re: [twitter-dev] The remote server returned an error: (401) Unauthorized

2010-01-27 Thread Ed Costello
On Thu, Jan 28, 2010 at 12:51 AM, Jayster jehs...@yahoo.co.uk wrote: pry.Credentials = new NetworkCredential(usernamel, password,domain); What are the HTTP headers you’re transmitting to twitter? -- -ed costello

[twitter-dev] The remote server returned an error: (401) Unauthorized.

2009-07-24 Thread HatMan
Working in C# trying to send a tweet using Basic Auth with my own current credentials from a Vista machine running IIS7. Any reason why I am getting 401 Unauthorized? try { string user = Convert.ToBase64String (System.Text.Encoding.UTF8.GetBytes(metroUserName + : +