[oauth] Re: OAuth JS API results in signature_invalid at random

2009-06-17 Thread Chirag Shah
Hey Matt, try the code below. It works reliably for me. Make sure you've included: http://oauth.googlecode.com/svn/code/javascript/oauth.js http://oauth.googlecode.com/svn/code/javascript/sha1.js script type=text/javascript var requestUrl = 'http://...'; var ck = '...';

[oauth] Re: Including the signature base string in signature_invalid errors

2009-05-26 Thread Chirag Shah
where the issue lives. [1] -http://oauth.net/core/1.0/#anchor14 [2] -http://wiki.oauth.net/ProblemReporting Thanks, Chirag Shah The Python OAuth library already includes the expected base string in the error response. What API or library are you concerned about? Feel free to file tickets