Besides Twitter, I am wondering anyone knows any public web API whcih I can try ajax call with jsonp protocol?
jsfiddle provides an echo facility which is quite useful: http://doc.jsfiddle.net/use/echo.html
JSONP URL: http://jsfiddle.net/echo/jsonp/
Data has to be provided via GET. jsFiddle will respond all data given in request. It uses URL with host and protocol as it’s loaded from different domain. callback and delay will not be returned.
callback name of the jsonp function delay optional, it’s a time in seconds after which data should be returned
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With