mootools flickr api class via Request.JSONP
updated for mootools 1.3.2 I needed to bring some images into a thumbnail/gallery and decided to use flickr’s API for easy access. The result is a mini-api which allows you to control your options and parse the images that flickr sends back. // the class Request.flickr = new Class({ Extends: Request.JSONP, options: { callbackKey: “jsoncallback”, url: “http://www.flickr.com/services/rest/?”, log: true },… Read more →
Recent Comments