Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Flickr::API2::Photos
SYNOPSIS
See search() below.
METHODS
search
Search for photos, for eg:
my @photos = $flickr->photos->search(tags => 'kitten,pony');
For parameters, see:
http://www.flickr.com/services/api/flickr.photos.search.html
This returns an array of Flickr::API2::Photo objects.