Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

JSON To pull most recent post for mobile app WordPress

We have an app that has been developed- The app is for users to pull a "daily bulletin" Our app developer suggest that we use json for this but we don't know how to configure that on our blog. Our server is running PHP 5.x We are looking for very explicit instructions on how to accomplish this.

Thanks,
AT

Answers (3)

2013-04-01

Luis Abarca answers:

Have a look to http://wordpress.org/extend/plugins/json-api/

You can also create [[LINK href="http://codex.wordpress.org/AJAX_in_Plugins"]]WordPress Ajax calls[[/LINK]] and response with encoded data with [[LINK href="http://php.net/manual/en/function.json-encode.php"]]json_encode()[[/LINK]]

2013-04-01

Francisco Javier Carazo Gil answers:

Ajturner,

Tell us more requirements please.

2013-04-01

Fahad Murtaza answers:

For explicit instructions, you will have to give exact information on what you need.