[oauth] Re: signature_invalid error when using the getAccessToken() method

2009-01-25 Thread Sean Sullivan
This is what my application does: // // request the Access token // access.accessToken = requestToken.getPublicToken();

[oauth] Re: OAuth - signature_invalid problem

2009-01-25 Thread John Kristian
No, OAuth Core doesn't permit the consumer's secret to be used as the signature, when the signature method is HMAC-SHA1. A similar example that works is http://oauth.googlecode.com/svn/code/javascript/example/AJAX.html . It uses other scripts from

[oauth] ANNOUNCE: OAuth Ruby Gem 0.3 released

2009-01-25 Thread Pelle Braendgaard
This is the community barn fixing release of the OAuth Gem. The primary purpose of this release is to fix all the little issues people have discovered while actually using OAuth in the real world. A concerted effort has also been made to create much better testing of all the low level