Quantcast
Channel: frag (frăg)
Viewing all articles
Browse latest Browse all 40

mootools flickr api class via Request.JSONP

$
0
0
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", [...]

Viewing all articles
Browse latest Browse all 40

Trending Articles