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
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