I am planning on developing an iPhone App for a website, powered by WordPress.
Where can/should I start codewise when developing an app for such sites?
Should I use WordPress’ API, or should I access the (MySQL) database directly?
I am very open for ideas.
Thank you.
how about taking a look at the WordPress Iphone Open Source project?
// Jakob
One option would be to set up a plugin and use that as an interface between the app and your site.