REST services and JSONP
I am intending on using tiggzi to build a mobile web app that consumes data from a REST service. My client currently has a desktop website with a CMS. I have requested that in order to consume information from the CMS, it needs to be exposed first via a REST web service. For tiggzi to consume this REST web service do I also need to request that the data is returned using JSONP or will pure JSON/XML data be okay?