Uses the WordPress REST API to retrieve and create new blog posts. The security of the API requires some preliminary configuration so the JavaScript client requests are accepted. An application needs to be configured in https://developer.wordpress.com/apps to setup the Website URL, Redirect URI and Origins.

To authenticate the requests it uses OAuth2. First the JavaScript application needs to redirect the user to WordPress where the user need to grant access to his data. Once this is granted the WordPress website redirects the user to the JavaScript application providing an authentication token. This token needs to be provided on each request in the Authorization header.

Title:
Content:


Existing Blog Posts

Title Content