buildPhotoURL is hardcoded to use suffix '.jpg'.
I was trying to get to the URL of one of my original
pictures, for which the suffix may be one of the
following three values (as described in:
http://www.flickr.com/services/api/misc.urls.html\):
- jpg
= gif
* png
In case the parameter '$size' of function
"buildPhotoURL" is set to 'original' it should be
possible to use one of the other two suffixes. Can the
method be changed so an additional parameter that
defaults to '.jpg' may be specified?