Scroll to navigation

FLICKR_MAKE_STORED_CONFIG(1p) User Contributed Perl Documentation FLICKR_MAKE_STORED_CONFIG(1p)

NAME

flickr_make_stored_config - script to assist with testing and using the Flickr::API

SYNOPSIS

  flickr_make_stored_config --config_out=Config-File_to_build [--config_in=file  --consumer_key=...]

OPTIONS

Required:

Optional:

For Flickr Auth
For OAuth

DESCRIPTION

This script is a lightweight method to assemble the required arguments for using the Flickr::API. It can be used to assemble the configuration(s) needed for the make test portion of installation. It does not use Flickr::API; and sticks to modules from perl core so that it can be used prior to-- and perhaps in conjunction with-- installation and testing of the Flickr::API module.

When you make test, add the environment variable MAKETEST_OAUTH_CFG, MAKETEST_FLICKR_CFG or both; each pointing to the configuration file you specified. The command should look something like:

  make test MAKETEST_OAUTH_CFG=/home/myusername/test-flickr-oauth.cfg

or

  make test MAKETEST_FLICKR_CFG=/home/myusername/test-flickrs-auth.cfg

or

  make test MAKETEST_FLICKR_CFG=/home/myusername/test-flickrs-auth.cfg \
          MAKETEST_OAUTH_CFG=/home/myusername/test-flickr-oauth.cfg

LICENSE AND COPYRIGHT

Copyright (c) 2015-2016, Louis B. Moore "<lbmoore@cpan.org>".

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

SEE ALSO

The README in the Flickr::API distribution.

2018-08-14 perl v5.26.2