MartynJH / oauth-as3

Automatically exported from code.google.com/p/oauth-as3
0 stars 0 forks source link

Signature not generated correctly for POST requests. #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When POSTing to Twitter, the signature generated by this library does not match 
the signature expected by Twitter. I'm not able to figure out why this is. 
Everything else works, Authorization works, GET requests work and return the 
expected results. 

The error from Twitter is:
<error>Could not authenticate with OAuth.</error>

I've used this tool to verify and come to this conclusion: 
http://quonos.nl/oauthTester/

If you copy/paste the signable string into this tool, the signature generated 
is NOT what is generated by this library. Anyone have any ideas on what is 
going wrong?

Original issue reported on code.google.com by j4y...@gmail.com on 24 Oct 2011 at 9:38