- Timestamp:
- Oct 5, 2010 12:57:59 PM (14 years ago)
- Branches:
- master, trunk
- Children:
- e0c0679
- Parents:
- f3ef4f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
twitter/twitterbot.pl
rf3ef4f6 r567a134 156 156 status_id => $res->{id}, 157 157 text => $res->{text}, 158 user_id => $res->{user}{id}, 158 159 }; 159 160 if ($res->{retweeted_status}) { 160 $id->{type} = 'retweet'; 161 $id->{retweet_of} = $res->{retweeted_status}{id}; 162 $id->{type} = 'retweet'; 161 163 } 162 164 else { … … 207 209 text => $_->{text}, 208 210 type => 'mention', 211 user_id => $_->{user}{id}, 209 212 } 210 213 } @{$res}
Note: See TracChangeset
for help on using the changeset viewer.