开发者

oauth & POSTing JSON

Reading section 9.1 of OAuth Core 1.0, I only see a reference to performing POST requests using conte开发者_运维技巧nt-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?


I have urlencoded the JSON, then unencoded on the other end in the past. I don't really know anything about AppEngine though, sorry.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜