Tag Archives: dojo

Flickr for Dojo

I’ve been working on a little Dojo based application which talks to Flickr, so I put together a little library which uses Dojo to talk to Flickr using it’s rest JSON interface.
Use
It’s pretty simple to use, just include the JavaScript file:

<script src=”flickr.js”></script>
Tell the library what your keys are:

flickr.keys(API_KEY, SECRET_KEY);
And you’re set to go.
The main entry-point [...]

Posted in Default | Also tagged , | 1 Comment