We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpIntegration › getting image from Flickr to display in Processing
Pages: 1 2 
getting image from Flickr to display in Processing (Read 7325 times)
Re: getting image from Flickr to display in Proces
Reply #15 - Nov 11th, 2008, 10:30pm
 
Hmmmm, I just ran my example again and I'm not getting this error (works fine.)  Maybe there is a new version of the API or something which breaks my code?

I'm using:

flickrapi-1.0.jar
java 1.5.0

Dan
Re: getting image from Flickr to display in Proces
Reply #16 - Nov 11th, 2008, 10:45pm
 
interesting...I am actually using a newer version:

flickrapi-1.1.jar

I'd love to test the older version, but I can't find it anywhere to download.  Any ideas where I can find it?
Thanks.
-Halsey
Re: getting image from Flickr to display in Proces
Reply #17 - Nov 12th, 2008, 3:31am
 
A quick google search turned up:

http://picasa2flickr.googlecode.com/svn-history/r40/trunk/lib/flickrapi-1.0.jar
Re: getting image from Flickr to display in Proces
Reply #18 - Nov 12th, 2008, 5:07am
 
Thanks, Dan.  Apparently my quick google searching isn't nearly as productive as yours!
That fixed my problem with the invalid signature as well.  I'm curious as to what would need to change in your code to work with version 1.1, but for now, I'm just happy it works at all.
-Halsey
Pages: 1 2