Skip to content

Instantly share code, notes, and snippets.

@nils-werner
Created July 7, 2011 12:32
Show Gist options
  • Save nils-werner/1069410 to your computer and use it in GitHub Desktop.
Save nils-werner/1069410 to your computer and use it in GitHub Desktop.
Use oAuth in webOS Services
if (typeof require === "undefined") {
require = IMPORTS.require;
}
require.paths.unshift(__dirname + '/lib/oauth-node/lib/');
OAuth = require('oauth').OAuth;
[
{ "library": { "name": "foundations", "version": "1.0" } },
{ "source": "modules.js" },
...
...
]
@nils-werner
Copy link
Author

Copy or clone revision 0a786bdcbc3ef697951fd95a173e5fb78fe71458 of https://github.com/ciaranj/node-oauth into service/lib/oauth-node/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment