Flickr::Person

Flickr::Person is a Perl module that represents a person of Flickr.
Download

Flickr::Person Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Nuno Nunes
  • Publisher web site:
  • http://search.cpan.org/~nfmnunes/Flickr-Tools-0.02/lib/Flickr/Person.pm

Flickr::Person Tags


Flickr::Person Description

Flickr::Person is a Perl module that represents a person of Flickr. Flickr::Person is a Perl module that represents a person of Flickr.SYNOPSIS use Flickr::Person; my $flickrperson = Flickr::Person->new($flickr_api_key); my $found_person = $flickrperson->find({email => 'john.doe@somewhere.net'}); if ($found_person) { my $username = $flickrperson->username; my $userid = $flickrperson->id; my $usernsid = $flickrperson->nsid; my $real_name = $flickrperson->real_name; my $photos_uplodaded = $flickrperson->photo_count; }This class represents a person on Flickr. It uses the Flickr::API::People class (and other's it finds necessary) in order to retrieve and send information to/from Flickr regarding a single person.The class tries to be well behaved and Flickr-server-friendly by using lazy data fetching and caching techniques.The methods that are available are read/write when the item is alterable via the Flickr API. What that means is that if you call a method with an argument it will set that value while if you call it without any arguments it will give you the current value.Nevertheless do read on the descriptions of each method for more information on it's usage.IMPORTANT NOTE: So far the above statement about the methods being read/write is wishfull thinking as I've only implemented the read funcionality. Write is coming soon. Requirements: · Perl


Flickr::Person Related Software