Lists in Net::Twitter confuse me:
my $list_feed = $twit->get_list() ;
You must specify either a list ID or a slug and owner. at twitter_full.pl line 96
my $list_feed = $twit->get_list( $l->{ id } ) ;
Net::Twitter::Role::API::RESTv1_1::get_list(): get_list expected 0 args at ./twitter_full.pl line 96
List ID is an arg, I think...
No comments:
Post a Comment