<style type="text/css"> <!-- @page { margin: 0.79in } P { margin-bottom: 0.08in } A:link { so-language: zxx } --> </style>
Oauth协议内容:http://tools.ietf.org/html/rfc5849 文本格式http://tools.ietf.org/rfc/rfc5849.txt
各种资料:http://hueniverse.com/oauth/
Oauth官网:http://oauth.net/
Oauth 各种实现:http://oauth.net/code/ http://code.google.com/p/oauth/
包括:coldfusion/
c实现:http://liboauth.sourceforge.net/ 源代码https://liboauth.svn.sourceforge.net/svnroot/liboauth/
另几种c实现:http://codebrook.wordpress.com/2010/07/08/twitter-oauth-in-cpp-for-win32/
http://code.google.com/p/gridtwit/
Oauth 服务器端实现:http://code.google.com/p/oauth-php/