[twitter-dev] Re: OAuth callback for local dev testing

2009-04-06 Thread Troy Tolle
I am not seeing the problem. Make sure that you are URL encoding the parameter before sending it to Twitter. On Apr 6, 12:03 pm, Abraham Williams <4bra...@gmail.com> wrote: > Did you test to see if this was still an issue? I did and it worked fine. > > Abraham > > > > On Mon, Apr 6, 2009 at 05:0

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

2009-04-03 Thread Troy Tolle
all kinds > of things. > > Are you 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

[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 follo