NAME

OAuth::Cmdline::Youtube - Youtube-specific settings for OAuth::Cmdline

SYNOPSIS

my $oauth = OAuth::Cmdline::Youtube->new( );
$oauth->access_token();

DESCRIPTION

This class overrides methods of OAuth::Cmdline if Youtube's Web API requires it.

LEGALESE

Copyright 2016 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

2016, Mike Schilli <cpan@perlmeister.com>