I’m trying to convert my RSS feed from XML to a JSONP format.
However, when I try to parse the JSONP feed from a EE2 page type of webpage it says “Invalid GET Data”.
The URL I am using looks something like this:
/index.php/site/jsonp?callback=?
Jquery then puts in a string and sends the data back.
When i view the json feed without the ?callback=? i can see the feed. Can i add query strings to URL in EE? Is there some setting i need to use?
Is there also some JSONP plugin maybe that i could use to get my data from my channel into the right format.