Changeset ac45403 for perl/modules/Facebook
- Timestamp:
- Sep 19, 2011, 1:31:34 PM (13 years ago)
- Children:
- 9776805
- Parents:
- bc56a0d
- git-author:
- Edward Z. Yang <ezyang@mit.edu> (06/23/11 22:27:12)
- git-committer:
- Edward Z. Yang <ezyang@mit.edu> (09/19/11 13:31:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/Facebook/lib/BarnOwl/Module/Facebook.pm
rbc56a0d rac45403 102 102 return unless check_ready(); 103 103 104 my $topic = $facebook_handle->get_topic($post_id); 105 106 BarnOwl::start_edit_win("Write a comment on '$topic'...", 104 BarnOwl::start_edit_win("Write a comment...", 107 105 sub { $facebook_handle->facebook_comment($post_id, shift) }); 108 106 }
Note: See TracChangeset
for help on using the changeset viewer.