Changeset 0b372aa
- Timestamp:
- Sep 19, 2011, 1:31:35 PM (13 years ago)
- Children:
- d35b6fa
- Parents:
- fd92f78
- git-author:
- Edward Z. Yang <ezyang@mit.edu> (07/15/11 21:48:50)
- git-committer:
- Edward Z. Yang <ezyang@mit.edu> (09/19/11 13:31:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/Facebook/lib/BarnOwl/Module/Facebook/Handle.pm
rfd92f78 r0b372aa 289 289 } 290 290 291 my $link = $post->{actions}[0]{link}; 292 291 293 # Only handle post if it's new 292 294 my $created_time = str2time($post->{created_time}); … … 307 309 # serves as a canonical link to the post. The {name} 308 310 # field should equal 'Comment'. 309 permalink => $ post->{actions}[0]{link},311 permalink => $link, 310 312 ); 311 313 BarnOwl::queue_message($msg); … … 333 335 topic => $topic, 334 336 time => asctime(localtime $comment_time), 335 permalink => "",337 permalink => $link, 336 338 ); 337 339 BarnOwl::queue_message($msg);
Note: See TracChangeset
for help on using the changeset viewer.