[twitter-dev] Re: Getting a 401 when trying to get OAuth access token

2009-04-03 Thread Troy Tolle
sending a source parameter in the mix and forgetting to hash with it? Are you URL encoding at the right time? Are your parameters in the right order according to theOAuthspec when you hash by name =| value ? On Apr 1, 7:08 pm, Troy Tolle tdto...@gmail.com wrote: I am working on writing

[twitter-dev] Getting a 401 when trying to get OAuth access token

2009-04-01 Thread Troy Tolle
I am working on writing and OAuth client in Java for Twitter and I am hitting the wall when trying to get the Access Token. I am able to successfully get a sign and get a token, forward to the authorize page, get a response, but after that, when trying to get the Access Token, it dies. The