From 4cf0fc1d7867ff5ca783cefe0a8b34811452bee2 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 18 Jul 2013 21:40:33 +0100 Subject: bump API version --- tweet-archive.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tweet-archive.pl') diff --git a/tweet-archive.pl b/tweet-archive.pl index 9fd947f..3c6c0b0 100644 --- a/tweet-archive.pl +++ b/tweet-archive.pl @@ -22,7 +22,7 @@ my $cb = Data::Visitor::Callback->new( my $dt = DateTime::Format::Strptime->new(pattern => '%a %b %d %T %z %Y'); my $nt = Net::Twitter->new( - traits => [qw/API::REST OAuth/], + traits => [qw/API::RESTv1_1 OAuth/], consumer_key => $conf->{consumer_key}, consumer_secret => $conf->{consumer_secret}, ); -- cgit v1.2.3