example-client icon indicating copy to clipboard operation
example-client copied to clipboard

Results 5 example-client issues
Sort by recently updated
recently updated
newest added

I'm not sure if this is an issue with the example-client or the oAuth server, but on step 2 I get the following error message no matter what callback URL...

WP-API and OAuth are installed on my site (empty wp site for testing rest api) in the second step i got this error and cannot make it work. all OAuth...

I'm getting a 500 error in step details of users ![seleccion_005](https://cloud.githubusercontent.com/assets/18233819/19359755/ce73c80c-9138-11e6-842a-9b56217156df.png)

Currently there's no way to include [the lib](https://github.com/WP-API/example-client/blob/master/lib/WordPress.php) via composer. My suggestion is that it is broken out into it's own repo, with its own composer.json file (with [it's requirements...

`wp_parse_url` is a [new function](https://core.trac.wordpress.org/ticket/34408) available in WordPress 4.4. The oauth1 server plugin requires the function. If you are using this with example client with WP < 4.4, the server...