wp-oauth

0.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i wp-oauth

Weekly Downloads

0

Version

0.0.3

License

none

Last publish

Collaborators

  • retrofox