=== JSON API User === Tags: json api, api, register user, wordpress user registration, Contributors: parorrey Stable tag: 0.1 Requires at least: 3.0.1 Tested up to: 3.8 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Extends the JSON API ==Description== JSON API User is a plugin that extends the JSON API Plugin with a new Controller to allow user registration. ==Installation== First you have to install the JSON API for WordPress Plugin (http://wordpress.org/extend/plugins/json-api/installation/). To install JSON API User just follow these steps: * upload the folder "json-api-user" to your WordPress plugin folder (/wp-content/plugins) * activate the plugin through the 'Plugins' menu in WordPress or by using the link provided by the plugin installer * activate the controller through the JSON API menu found in the WordPress admin center (Settings -> JSON API) == Screenshots == ==Changelog== = 0.1 = * Initial release. == Upgrade Notice == = 0.1 = * Initial release. ==Frequently Asked Questions== For a full code documentation, please check here https://github.com/pimedia/json-api-user * There is one method available: register() * nonce can be created by calling http://your-domain/api/get_nonce/?controller=user&method=register * You can then use 'nonce' value to register user.