Flickr::API::People(3pm) | User Contributed Perl Documentation | Flickr::API::People(3pm) |
Flickr::API::People - Perl interface to the Flickr API's flickr.people.* methods.
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);
This object encapsulates the flickr people methods.
"Flickr::API::People" is a subclass of Flickr::API, so you can access Flickr's people information easily.
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.
Flickr::API. Flickr <http://www.flickr.com/>, <http://www.flickr.com/services/api/> <https://github.com/iamcal/perl-Flickr-API>
2022-12-10 | perl v5.36.0 |