{
    "mode": "man",
    "parameter": "flickr_make_stored_config",
    "section": "1p",
    "url": "https://www.chedong.com/phpMan.php/man/flickr_make_stored_config/1p/json",
    "generated": "2026-05-30T07:11:52Z",
    "synopsis": "flickrmakestoredconfig --configout=Config-Filetobuild [--configin=file  --consumerkey=...]",
    "sections": {
        "NAME": {
            "content": "flickrmakestoredconfig - script to assist with testing and using the Flickr::API\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "flickrmakestoredconfig --configout=Config-Filetobuild [--configin=file  --consumerkey=...]\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "Required:",
                    "content": "--configout points to where to create the stored Flickr config file\n"
                },
                {
                    "name": "Optional:",
                    "content": "--configin   points to the optional input config file to use as a base for the --configout\nfile you are creating.\n--apitype  either flickr for the original, but deprecated, Flickr authentication OR oauth\nfor the OAuth authentication. it defaults to oauth\nFor Flickr Auth\n\n--apikey The api key when used with Flickr authentication required for testing --key still\nworks to maintain compatibility with Flickr::API 1.10 and before, but it is saved as apikey.\n--secret The api secret when used with Flickr authentication required for testing --secret\nstill works to maintain compatibility with Flickr::API 1.10 and before, but it is saved as\napisecret.\n--frob  The frob used in Flickr authentication\n--token The auth token can be either a Flickr or OAuth Access token used with Flickr\nauthentication\nFor OAuth\n\n--consumerkey The api key when used with OAuth authentication required for testing\n--consumersecret The api secret when used with OAuth authentication required for testing\n--callback The callback uri for use in OAuth authentication\n--tokensecret The OAuth access token secret\n--help as expected"
                },
                {
                    "name": "--usage",
                    "content": "",
                    "long": "--usage"
                },
                {
                    "name": "--man",
                    "content": "",
                    "long": "--man"
                }
            ]
        },
        "DESCRIPTION": {
            "content": "This script is a lightweight method to assemble the required arguments for using the\nFlickr::API. It can be used to assemble the configuration(s) needed for the make test portion\nof installation. It does not use Flickr::API; and sticks to modules from perl core so that it\ncan be used prior to-- and perhaps in conjunction with-- installation and testing of the\nFlickr::API module.\n\nWhen you make test, add the environment variable MAKETESTOAUTHCFG, MAKETESTFLICKRCFG or\nboth; each pointing to the configuration file you specified. The command should look\nsomething like:\n\nmake test MAKETESTOAUTHCFG=/home/myusername/test-flickr-oauth.cfg\n\nor\n\nmake test MAKETESTFLICKRCFG=/home/myusername/test-flickrs-auth.cfg\n\nor\n\nmake test MAKETESTFLICKRCFG=/home/myusername/test-flickrs-auth.cfg \\\nMAKETESTOAUTHCFG=/home/myusername/test-flickr-oauth.cfg\n",
            "subsections": []
        },
        "LICENSE AND COPYRIGHT": {
            "content": "Copyright (c) 2015-2016, Louis B. Moore \"<lbmoore@cpan.org>\".\n\nThis program is released under the Artistic License 2.0 by The Perl Foundation.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "The README in the Flickr::API distribution.\n\n\n\nperl v5.26.2                                 2018-08-14                FLICKRMAKESTOREDCONFIG(1p)",
            "subsections": []
        }
    },
    "summary": "flickrmakestoredconfig - script to assist with testing and using the Flickr::API",
    "flags": [
        {
            "flag": "",
            "long": "--usage",
            "arg": null,
            "description": ""
        },
        {
            "flag": "",
            "long": "--man",
            "arg": null,
            "description": ""
        }
    ],
    "examples": [],
    "see_also": []
}