Hi,
My question is specific to oodle API.
I am trying to call oodle API to get the JSON result like this:
$.getJSON("http://api.oodle.com/api/v2/listings?key=TEST&region=sf&category=sale&format=json&mappable=address&jsoncallback=none", function (data) {
alert(data);
}