FIX: $res->{results} has changed to $res->{statuses} on API v1.1
authorKen-ichi Mito <mitty@mitty.jp>
Fri, 12 Jul 2013 13:43:52 +0000 (22:43 +0900)
committerKen-ichi Mito <mitty@mitty.jp>
Fri, 12 Jul 2013 13:43:52 +0000 (22:43 +0900)
Dev/twitter/twitterbot.pl

index f33837b..4606d95 100755 (executable)
@@ -220,8 +220,8 @@ sub or_search {
             );
         }
         VERBOSE and warn Dumper($res);
-        if ($res->{results}) {
-            foreach my $tweet (@{$res->{results}}) {
+        if ($res->{statuses}) {
+            foreach my $tweet (@{$res->{statuses}}) {
                 my $res = $bot->show_status($tweet->{id});
                 VERBOSE and warn Dumper($res);