Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Flickr::API::People

Name Flickr::API::People
Version 1.28
Located at /usr/share/perl5
File /usr/share/perl5/Flickr/API/People.pm
Is Core No
Search CPAN for this module Flickr::API::People
Documentation Flickr::API::People
Module Details Flickr::API::People

NAME

Flickr::API::People - Perl interface to the Flickr API's flickr.people.* methods.


SYNOPSIS

  use Flickr::API::People;
  my $api = Flickr::API::People->new({'consumer_key' => 'your_api_key'});

or

  my $api = Flickr::API::People->import_storable_config($config_file);


DESCRIPTION

This object encapsulates the flickr people methods.

Flickr::API::People is a subclass of the Flickr::API manpage, so you can access Flickr's people information easily.


SUBROUTINES/METHODS

findByEmail()
Populates user info with that found for the given email

findByUsername()
Populates user info with that found for the given username

perms()
Returns the permission returned by checking this supplied token

perms_caller
Returns the username for which the permission applies

perms_token
Returns the token for which the permission applies

perms_nsid
Returns the nsid for which the permission applies

nsid()
Returns the nsid of the supplied mail or username

username()
Returns the username of the supplied mail or username


LICENSE AND COPYRIGHT

Copyright (C) 2015-2016, Louis B. Moore

This program is released under the Artistic License 2.0 by The Perl Foundation.

Original version was Copyright (C) 2005 Nuno Nunes, <nfmnunes@cpan.org> This version is much changed and built on the Flickr::API as it appears in 2015. Many thanks to Nuno Nunes for getting this ball rolling.


SEE ALSO

the Flickr::API manpage. Flickr, http://www.flickr.com/services/api/ https://github.com/iamcal/perl-Flickr-API

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026