From: Ken-ichi Mito Date: Fri, 21 Jun 2013 07:12:40 +0000 (+0900) Subject: remove retweeted_by_me function X-Git-Url: http://lab.mitty.jp/git/?a=commitdiff_plain;h=0f8acb53a6837cabd46678320079cd95ab0d3fa4;p=lab.git remove retweeted_by_me function * 'retweeted_by_me' was removed from Twitter API 1.1 --- 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); }