Flickr request recent photo doesn't work (with new syntax XML processing 2.0b8)
in
Programming Questions
•
5 months ago
Hi,
I try this code
http://forum.processing.org/topic/flickr-image-wall but with processing 2.0b8 we need to use the new syntax of XMLElement to XML.
my code:
try{
XML xml = new XML("
http://api.flickr.com/services/rest/?method=flickr.photos.getRecent&api_key=MYAPIKEY");
}catch(Exception e){
println("erreur");
}
but an Exception always occurred....
HELP PLEASE.
Thanks in advance
1