This plugin serves as a faux web service that outputs data from the WP Database to a Flash application in any way you wish.
See Installation documentation
The example is for flash but the API can be used with just about anything from mobile apps to ajax/jquery javascripts
See the flash example: /wp-content/plugins/flash_api/flash_example/flash_api_example.fla
Yes!
1. Edit the user's profile -> Flash API -> API Domain value.
2. Edit the user's profile -> Flash API -> API API Key value.
2. Give that apiKey to the user to use for their flash apps.
3. The user must specify the domain parameter when calling functions from mobile apps or other domains. By default, the plugin will check the $_SERVER["HTTP_HOST"] value for the correct domain.
You can then alter your services to work only for specific API keys by checking the $_REQUEST["apiKey"] value.
You can also set user permissions within your services via WordPress's user levels manangement (see http://codex.wordpress.org/User_Levels).
Requires: 2.0.2 or higher
Compatible up to: 3.1.4
Last Updated: 2011-1-28
Downloads: 1,786
Got something to say? Need help?