RobertSchulte / oauth-as3

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

Signing when oauth_token is also a parameter. #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Request an access token and provide an oauth_token as a parameter
2. Use the consumer secret and secret token from the previous request
3. Invalid signature is generated

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

The library appears to get confused when you create an OAuthConsumer with the 
correct values for an access_token call. This is due to the requirement that an 
oauth_token is added as a parameter. The library then uses the token to sign 
the request versus the OAuthConsumer. Works fine if you force the library to 
sign with the correct string.

Original issue reported on code.google.com by duncanme...@gmail.com on 21 Aug 2010 at 2:44