Skip to content

Instantly share code, notes, and snippets.

@chyld
Last active December 14, 2015 06:39
Show Gist options
  • Save chyld/5044715 to your computer and use it in GitHub Desktop.
Save chyld/5044715 to your computer and use it in GitHub Desktop.
http://www.flickr.com/services/api/
$.getJSON('http://api.flickr.com/services/rest/?method=flickr.photos.search&api_key=_______________________&text=' + search + '&per_page=500&page=' + page + '&format=json&jsoncallback=?', return_method);
"http://farm"+ item.farm +".static.flickr.com/"+ item.server +"/"+ item.id +"_"+ item.secret +"_m.jpg";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment