Re: [twitter-dev] [OAuth] twitter keeps refusing my token request

2010-06-01 Thread Abraham Williams
First thing that jumps out at me is PLAINTEXT. Twitter only supports HMAC-SHA1. http://dev.twitter.com/pages/auth#signing-requests Also make sure your timestamp is synced with Twitter. Abraham On Tue, Jun 1, 2010 at 18:31, arthurprs wrote: > Yes, unfortunately it's another "Failed to validate

[twitter-dev] [OAuth] twitter keeps refusing my token request

2010-06-01 Thread arthurprs
Yes, unfortunately it's another "Failed to validate oauth signature and token" problem :/ I already tried lots of thing, but no luck so far this is the piece of code that generates the "Authorization" tag http://paste2.org/p/861406 and the final http request looks like http://paste2.org/p/861411