Tag Archives: callback

JSON Callbacks for RSSmeme API

The RSSmeme API now supports JSON callbacks.  Just place an additional parameter ‘callback’ onto the end of the URL to set the callback function name.  This will let you use the API in JavaScript.  Here is an example:
http://www.rssmeme.com/api/?output=json&callback=foo
This came from a user request.  I figured eventually someone would ask for it so there you are!