|
NAMEWWW::YoutubeViewer::Activities - list of channel activity events that match the request criteria. SYNOPSIS use WWW::YoutubeViewer;
my $obj = WWW::YoutubeViewer->new(%opts);
my $activities = $obj->activities($channel_id);
SUBROUTINES/METHODSactivities($channel_id)Get activities for channel ID. activities_from_username($username)Get activities for username. my_activities()Get authenticated user's activities. AUTHORTrizen, "<echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>" SUPPORTYou can find documentation for this module with the perldoc command. perldoc WWW::YoutubeViewer::Activities LICENSE AND COPYRIGHTCopyright 2013-2015 Trizen. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See <https://dev.perl.org/licenses/> for more information.
|