Import images from Flickr

edited April 2014 in How To...

Hi, I want to import pictures from Flickr using flickr.photos.search, but don't know how. I have gotten an api_key from Flickr and downloaded the flickrj JAR file which seems to be broken/no longer in use. Does anyone know how to import from Flickr?

Tagged:

Answers

  • You're best using the Flickr JSON API and Processing's built-in JSON parsing. I have done it in the past but I've not updated it for Processing 2.0 yet. Here's a post from the old forum which at least illustrates what I mean.

    If I have time I'll try and update my example.

Sign In or Register to comment.