Flickr-API
view release on metacpan or search on metacpan
examples/flickr_flickr_authentication.pl view on Meta::CPAN
use Term::ReadLine;
use Pod::Usage;
=pod
=head1 DESCRIPTION
The original Flickr Authentication has been deprecated in favor
of OAuth. The example flickr_oauth_authentication.pl should be
used in favor of this one. However, this script uses the deprecated--
but seemingly still alive-- Flickr authentication to go from having
just the api_key and api_secret to an authenticated token.
=head1 USAGE
./flickr_flickr_authentication.pl \
--api_key="24680beef13579feed987654321ddcc6" \
--api_secret="de0cafe4feed0242" \
[ --perms={read,write,delete} \]
[ --config_out="/path/to/a/writable/config.st" ]
[ --help ]
( run in 1.213 second using v1.01-cache-2.11-cpan-39bf76dae61 )