Added in some basic (but working) OAuth2 support

no specs :( .. I suck.
This commit is contained in:
ciaranj
2010-05-02 15:43:10 +01:00
parent fcc19b4c8f
commit 6b7b8f3198
4 changed files with 107 additions and 2 deletions

4
examples/facebook.js Normal file
View File

@ -0,0 +1,4 @@
var sys= require('sys')
var OAuth2= require('../lib/oauth2').OAuth2;
var oa= new OAuth2("113560732012113", "f53a25cf96e19743fdcd189307bf47ac", "https://graph.facebook.com")