wordpress-rest-api-oauth-1
wordpress-rest-api-oauth-1 copied to clipboard
WordPress REST API OAuth 1 JavaScript Client
fixed typo and format
After moving my WP website to another ISP, I could not authenticate my desktop app anymore. The method getRequestToken() raised the following error: "_No OAuth parameters supplied_". After extensive research...
Hi, I'm just try to post some data using an authenticated request. Nothing crazy or special. Any calls that don't involve data work fine, but when I try to pass...
It would be great if this library was isomorphic so we had both a low-level and [high-level](https://github.com/WP-API/node-wpapi) client available for both Node and browser JS. https://github.com/matthew-andrews/isomorphic-fetch seems to provide a...
how can resolve this errror?? { "code": "json_oauth1_missing_parameter", "message": "Missing OAuth parameter oauth_token", "data": { "status": 401 } }
See the `Control your own flow section` for two instances of `demo`.