From 0f8acb53a6837cabd46678320079cd95ab0d3fa4 Mon Sep 17 00:00:00 2001 From: Ken-ichi Mito Date: Fri, 21 Jun 2013 16:12:40 +0900 Subject: [PATCH] remove retweeted_by_me function * 'retweeted_by_me' was removed from Twitter API 1.1 --- Dev/twitter/dump_timeline.pl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dev/twitter/dump_timeline.pl b/Dev/twitter/dump_timeline.pl index ae9cc94..4cec2a6 100755 --- a/Dev/twitter/dump_timeline.pl +++ b/Dev/twitter/dump_timeline.pl @@ -18,7 +18,7 @@ use Encode; my $help = sub { die <user_timeline($param); } - elsif ($method eq 'retweeted_by_me' || $method eq 'r') { - $res = $bot->retweeted_by_me($param); - } elsif ($method eq 'mentions' || $method eq 'm') { $res = $bot->mentions($param); } -- 1.7.9.5