Re: Different verbs on OAuth Access/Request...

2011-08-26 Thread Henry Saputra
Its not limitation from OAuth spec itself. Looks like its "limitation" that Shindig currently has because access and request use the same AccessorInfo. So the gadget OAuthService checks for the method types before continuing. - Henry On Fri, Aug 26, 2011 at 3:16 PM, Mark Weitzel wrote: > > > G

Different verbs on OAuth Access/Request...

2011-08-26 Thread Mark Weitzel
Greetings... One of my developers stumbled across an interesting question that I'm not sure how to answer so I figured I'd post it here. He's trying to hit an OAuth service that uses a POST for the access token and a GET for the request token. I was not aware of any limitation in shindig to pr