Created
July 7, 2011 12:32
-
-
Save nils-werner/1069410 to your computer and use it in GitHub Desktop.
Use oAuth in webOS Services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (typeof require === "undefined") { | |
require = IMPORTS.require; | |
} | |
require.paths.unshift(__dirname + '/lib/oauth-node/lib/'); | |
OAuth = require('oauth').OAuth; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "library": { "name": "foundations", "version": "1.0" } }, | |
{ "source": "modules.js" }, | |
... | |
... | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copy or clone revision
0a786bdcbc3ef697951fd95a173e5fb78fe71458
of https://github.com/ciaranj/node-oauth intoservice/lib/oauth-node/