Closed everybodyeverybody closed 11 years ago
I might also add that this occurs when using either API::REST or API::RESTv1_1
A list can't be specified with a single argument. There are 2 ways to specify a list. Here's an example using one of my lists:
my $r = $nt->list_statuses({ owner_screen_name => 'semifor', slug => 'news' });
# or...
my $r = $nt->list_satuses({ list_id => 38627 });
Hi,
When attempting to get a specific status using:
I receive the following error:
Removing the argument then returns:
Checking the documentation (which is at http://search.cpan.org/~mmims/Net-Twitter-4.00005/lib/Net/Twitter/Role/API/RESTv1_1.pm and looks like it is being formatted improperly) I see that this should accept either.
I have never contributed to an OSS or CPAN project before, but if there is any way I can assist with this and attempt to fix the bug, I'd be glad to help.