From 333f2a3154e358bdced06071ef86887afb90c4f7 Mon Sep 17 00:00:00 2001 From: meltingice Date: Thu, 5 May 2011 10:58:42 -0400 Subject: [PATCH] Updated README --- Readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index ad6cf07..a54dbd7 100644 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,8 @@ node-oauth =========== -A simple oauth API for node.js . This API allows users to authenticate against OAUTH providers, and thus act as OAuth consumers +A simple oauth API for node.js . This API allows users to authenticate against OAUTH providers, and thus act as OAuth consumers. It also has support for OAuth Echo, which is used for communicating with 3rd party media providers such as TwitPic and yFrog. -Tested against both Twitter (http://twitter.com), term.ie (http://term.ie/oauth/example/) and Yahoo! +Tested against Twitter (http://twitter.com), term.ie (http://term.ie/oauth/example/), TwitPic, and Yahoo! Also provides rudimentary OAuth2 support, tested against facebook connect and github. For more complete usage examples please take a look at connect-auth (http://github.com/ciaranj/connect-auth) @@ -35,3 +35,4 @@ Contributors * Ciaran Jessup - ciaranj@gmail.com * Mark Wubben - http://equalmedia.com/ +* Ryan LeFevre - http://meltingice.net