Title: [Plugin: Extended API] objective c
Last modified: August 20, 2016

---

# [Plugin: Extended API] objective c

 *  Resolved [paperboydavy](https://wordpress.org/support/users/paperboydavy/)
 * (@paperboydavy)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-extended-api-objective-c/)
 * I am trying to use the Extended API for custom calls from an iOS app.
    I am having
   trouble formating the parameters. Could you give an xml example of how the array
   should be formatted. Do I use key-value pairs, or simply put the values in the
   position of the parameter in the list.
 * Or could I use a dictionary, formatted as a <struct> ?
 * thanks
 * Davy
 * [http://wordpress.org/extend/plugins/extended-xml-rpc-api/](http://wordpress.org/extend/plugins/extended-xml-rpc-api/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [michaelgrosser](https://wordpress.org/support/users/michaelgrosser/)
 * (@michaelgrosser)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-extended-api-objective-c/#post-3049391)
 * Hi Davy,
    Unfortunately I don’t know enough Objective-C to provide you concrete
   help, but I did see there’s a library you could try to use to work with XML-RPC
   in Objective-C: [https://github.com/eczarny/xmlrpc](https://github.com/eczarny/xmlrpc)
 * Here’s one specific for WordPress:
    [https://github.com/davestitz/XMLRPC-Starter-Kit-for-iOS-Wordpress](https://github.com/davestitz/XMLRPC-Starter-Kit-for-iOS-Wordpress)
 * The calls to the methods exposed by my extension should be formatted similarly
   to any other XML-RPC call. You would pass the WordPress function you want to 
   use along with the parameters you need and you should be good to go.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Extended API] objective c’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/extended-xml-rpc-api.svg)
 * [Extended API](https://wordpress.org/plugins/extended-xml-rpc-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/extended-xml-rpc-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/extended-xml-rpc-api/)
 * [Active Topics](https://wordpress.org/support/plugin/extended-xml-rpc-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/extended-xml-rpc-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/extended-xml-rpc-api/reviews/)

## Tags

 * [extended](https://wordpress.org/support/topic-tag/extended/)
 * [XML-RPC](https://wordpress.org/support/topic-tag/xml-rpc/)

 * 1 reply
 * 2 participants
 * Last reply from: [michaelgrosser](https://wordpress.org/support/users/michaelgrosser/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-extended-api-objective-c/#post-3049391)
 * Status: resolved