Skip to content

Commit

Permalink
Merge branch 'fix_up_0.7.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranj committed Aug 16, 2010
2 parents 24c91e0 + 5ee443e commit 817e968
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Readme.md
Expand Up @@ -8,7 +8,8 @@ Also provides rudimentary OAuth2 support, tested against facebook connect and gi
at connect-auth (http://github.com/ciaranj/connect-auth)

Change History
==============
==============
* 0.8.0 - Standardised method capitalisation, the old getOauthAccessToken is now getOAuthAccessToken (Breaking change to existing code)
* 0.7.7 - Looks like non oauth_ parameters where appearing within the Authorization headers, which I believe to be inccorrect.
* 0.7.6 - Added in oauth_verifier property to getAccessToken required for 1.0A
* 0.7.5 - Added in a main.js to simplify the require'ing of OAuth
Expand All @@ -20,4 +21,4 @@ Change History
Contributors
============
Ciaran Jessup - ciaranj@gmail.com
Mark Wubben - http://equalmedia.com/
Mark Wubben - http://equalmedia.com/
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{ "name" : "oauth"
, "version" : "0.7.7"
, "version" : "0.8.0"
, "directories" : { "lib" : "./lib" }
, "main" : "main.js"
, "author" : "Ciaran Jessup"
}
}

0 comments on commit 817e968

Please sign in to comment.