Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Flickr::Person 0.02

    Download button

    No screenshots available
    Downloads: 305  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Nuno Nunes | More programs
    Perl Artistic License / FREE
    November 27th, 2007, 05:35 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    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.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Flickr person | Flickr library | Perl module | Flickr | person | Perl

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM