Hi,
I'm looking to build an app on the iPhone using PhoneGap. The app is an extension of another app which has a REST API.
The easiest way I can think of getting data from the remote app is using CURL. Is this possible? Or is there some other recommended method for this? The app I am pulling from is using a standard REST model and requires authentication.
Thanks!