How to set up a database and API web page to accept POST updates from iPhone?

Posted by lionfly on Stack Overflow See other posts from Stack Overflow or by lionfly
Published on 2010-05-19T15:38:45Z Indexed on 2010/05/19 15:40 UTC
Read the original article Hit count: 134

Filed under:
|
|
|

Hi there,

I am developing an iPhone app, which now can update Twitter account with GPS coordinates in real-time, by the Twitter API link: http://username:[email protected]/statuses/update.xml , and I am looking at how to make my own database to accept updates from iPhone, via a similar API page.

It seems a .php page can serve as the API, and MySQL can serve as the database.

What are the good ways of doing it? Any template code and tutorial please?

© Stack Overflow or respective owner

Related posts about twitterapi

Related posts about mysql