+ print $fh "type:debug Error during friends_timeline call. Aborted.\n";
+ return 1;
+ }
+
+ unless ( ref $tweets ) {
+ if ( $obj->can("get_error") ) {
+ print $fh "type:debug API Error during friends_timeline call: ",
+ JSON::Any->jsonToObj( $obj->get_error() ), " Aborted.\n";
+ } else {
+ print $fh
+ "type:debug API Error during friends_timeline call. Aborted.\n";
+ }