X-Git-Url: http://lab.mitty.jp/git/?a=blobdiff_plain;f=Dev%2Ftwitter%2Ftwitterbot.pl;h=bb7baa0b9e82de0e999e85f12e215bd5bfaad1c3;hb=bf1a1eab8ab75f495c2d81fae907bed6a071ffae;hp=ae37ea6210a927720a04319aa69d7b844a6f8dfb;hpb=b9060c88e64ce10e6c11cdb9c3a5552c91640aaa;p=lab.git diff --git a/Dev/twitter/twitterbot.pl b/Dev/twitter/twitterbot.pl index ae37ea6..bb7baa0 100755 --- a/Dev/twitter/twitterbot.pl +++ b/Dev/twitter/twitterbot.pl @@ -178,6 +178,7 @@ sub login { my $bot = Net::Twitter::Lite->new( consumer_key => $conf->{consumer_key}, consumer_secret => $conf->{consumer_secret}, + legacy_lists_api => 0, ); $bot->access_token($conf->{access_token});