Which web-resource supports OAuth 1.0 signing using PLAINTEXT (not HMAC_SHA1)?
I'm writing (or better to say extending) one existing libra开发者_开发知识库ry to support all kinds of signature, but I would love to test it with some existing service, which uses OAuth 1.0. Currently I'm working on PLAINTEXT part. Does anybody now such kind of service, which supports Oauth 1.0 + PLAINTEXT ?
Yahoo! does: http://developer.yahoo.com/oauth/guide/oauth-sign-plaintext.html
精彩评论