0.0.3 • Published 10 years ago

wp-oauth v0.0.3

Weekly downloads
14
License
-
Repository
-
Last release
10 years ago

Wordpress OAuth authentication

node.js module to connect your application with wordpress.com

API

WPOAuth#urlToConnect(resource)

return a string with the url that points to first step for get the oauth connection.

WPOAuth#setCode(code)

Set the needed code to request the access token.

WPOAuth#requestAccessToken(fn)

Start the OAuth2 request to wordpress.com. The method execute callback function when it's done.

Example

Into example/ folder download the npm dependencies:

$ npm install

... and then run the application

$ node index.js

License

MIT – Copyright 2014 Automattic

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago