Flickr::API::Upload - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION AUTHOR SEE ALSO
NAME
    Flickr::API::Upload - An upload via the Flickr API

SYNOPSIS
  Using the OAuth form:
      use Flickr::API;
      use Flickr::API::Upload;

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

      my $response = Flickr::API->upload({
                   'photo'       => 'path/to/photo,
                    'async'       => 0,
                    'title'       => 'My vacation picture',
                    'description' => 'Here I am, riding a horse',
      });

DESCRIPTION
    This modules does most of the work for the upload method in Flickr::API.

AUTHOR
    Copyright (C) 2016, Louis B. Moore <lbmoore AT cpan.org>

SEE ALSO
    Flickr::API. Net::OAuth,


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 08:43 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top