Reading section 9.1 of OAuth Core 1.0, I only see a reference to performing POST
requests using content-type of application/x-www-form-urlencoded
.
- How does one go about performing POST requests with JSON data in the request body?
- How does handle the signing? Is it at all possible?
- Can this work on AppEngine?