Please could someone help me work out how to get started with JSONP?
Code:
$(\'document\').ready(function() { var pm_url = \'http://twitter.com/s
An JSONP example
The above code helps in getting images from the Flicker API. This uses the GET method for getting images using JSONP. It can be found in detail in here