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

2009-06-22 Thread Matt Raible
, with an OAuth service > provider other than the GWT application server?  How?  I've read that > browser security restrictions prevent this. > http://www.mooreds.com/wordpress/archives/000500 > > On Jun 17, 8:28 am, Matt Raible wrote: >> I'm trying to use the Java

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

2009-06-17 Thread Matt Raible
uth.setParameter(message, "oauth_timestamp", OAuth.timestamp > ()); >         OAuth.SignatureMethod.sign(message, accessor); >         var finalUrl = OAuth.addToURL(message.action, > message.parameters); > > > On Jun 17, 8:28 am, Matt Raible wrote: > > > H

[oauth] OAuth JS API results in signature_invalid at random

2009-06-17 Thread Matt Raible
Hello, I'm trying to use the JavaScript API to authenticate with OAuth from a GWT application. I've got it working with both Google and Twitter's OAuth implementations. However, it seems to fail to sign the URL at random. In other words, it works 1 out of 3 times. I'm using the following makeSig