* output string contains numeric character references
[lab.git] / Dev / twitter / update_timeline.pl
index 1afcdf4..633db89 100755 (executable)
@@ -94,6 +94,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});