use warnings; use strict; use Net::Twitter::Lite::WithAPIv1_1; use Scalar::Util 'blessed'; use Data::Dumper; my $nt = Net::Twitter::Lite::WithAPIv1_1->new(); my $terms = 'nyc'; # Just a test term my $r = $nt->search($terms); print Dumper($r); exit; __END__ 400: Bad Request
In reply to Re: Perl / New Twitter API
by toolic
in thread Perl / New Twitter API
by DanielSpaniel
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |