[twitter-dev] oauth_callback breaks request_token call

2010-07-16 Thread Meerlol
Hi All, I'm desperately trying to migrate to the OAuth API before the 16th of august but the API is not working with me. The problem is a the request_token stage of the flow. Whenever I add a oauth_callback parameter to my request then the request fails with: Failed to validate oauth signature

Re: [twitter-dev] oauth_callback breaks request_token call

2010-07-16 Thread Taylor Singletary
Hi Herman, You shouldn't include the oauth_token parameter in the request token step regardless.. Are you sure that you don't get a separate (but similar) error when you aren't including the oauth_token parameter in either portion of the request? Are you sure you are using the HTTP method POST