[twitter-dev] Re: Failed to validate oauth signature and token using python/django libs

2009-07-13 Thread Blaine Garrett
Update: It works now. Thanks to everyone who tried to help me diagnose the issue. Today, Hedley posted about the system being off can cause the request token to fail. This was my exact problem it turns out.

[twitter-dev] Re: Failed to validate oauth signature and token using python/django libs

2009-07-09 Thread Blaine Garrett
Hi, Thanks for the quick reply Matt. Below is a recap of the setup with a bit more clarity as well as the keys, url, and pre-encoded data. Hopefully this sheds some light on the issue. I also tried the PHP lib someone recommended with the same results - i.e 401 error. So again, I am thinking it

[twitter-dev] Re: Failed to validate oauth signature and token using python/django libs

2009-07-09 Thread JDG
No. According to the oauth spec, your signature key is always consumer_secrettoken_secret, even if token_secret is empty, so when you first call request_token, your key will be consumer_secret On Thu, Jul 9, 2009 at 21:24, Blaine Garrett bla...@blainegarrett.comwrote: Hi, Thanks for the

[twitter-dev] Re: Failed to validate oauth signature and token using python/django libs

2009-07-06 Thread Matt Sanford
Hi Blaine, Failing the validate the signature when getting a request token is pretty rare. As you said the fact this all works from other libraries seems to point to a library issue. The most helpful things to see in these cases are: • The actual HTTP request and response that