An Objective-C wrapper was released a few months ago:
http://www.mailchimp.com/blog/introducing-chimpkit-mailchimp-api-wrapper/
I haven't used it or looked at the documentation, but you may have
problems with it, too, because your initial issue is that you aren't
following the documentation:
http://www.mailchimp.com/api/1.2/
That describes how to use the serialized version of the API. There are
examples of using it on the examples page.
http://www.mailchimp.com/api/examples
Moreover, I'd suggest first becoming familiar with our app via the web
interface, then working through the API. Then, when reading through
the docs, realize that in most cases where fields cross-reference each
other (such as GROUPINGS), we've linked them to methods that will give
you the info you need.
jesse
On Jun 17, 8:25 am, curylo <
michael.cur...@gmail.com> wrote:
> Has anyone used iPhone SDK and Mailchimp API together?
>
> Are there any code / API examples for this?
>
> Sorry I have googled forever and don't know how to do it yet.
>
> Can I post XML to your site to subscribe someone?
> Like I saw
>
> http://<dc>.
api.mailchimp.com/1.2/?output=xml&method=SOME-METHOD&[other
> parameters]
>
> So for me that would be
>
>
http://us1.api.mailchimp.com/1.2/?output=xml&apikey=f23672376&id=1&
> email_address=
subscribersem...@MAIL.COM&GROUPINGS=iPhone App
>
> Not sure...
> I need some help!!!
> I am hoping I can post an XML to your site and all I need to do is put
> 1) API KEY
> 2) Group? that is id=1 for group 1?
> 3) their EMAIL
> 4) the group to put the e-mail in?