使用WebService::GData:: youtube获取youtube用户配置文件失败



我正在尝试学习如何使用WebService::GData::YouTube通过以下教程http://perlmaven.com/fetching-data-from-youtube-using-perl:

use strict;
use warnings;
use WebService::GData::YouTube;
my $yt = WebService::GData::YouTube->new();
my $p = $yt->get_user_profile('Gabor Szabo');
print "okn";

但是输出失败:

WebService::GData::Error=HASH(0x1c45dc8)

异常发生在$yt->get_user_profile() ..

WebService::GData::YouTube使用现在已弃用的YouTube API v2。您将需要使用一个与API v3一起工作的库。

相关内容

  • 没有找到相关文章

最新更新