Changeset 4724f1a for perl/modules/Facebook
- Timestamp:
- Sep 19, 2011, 1:31:34 PM (13 years ago)
- Children:
- 67f6d7d
- Parents:
- a98e071
- git-author:
- Edward Z. Yang <ezyang@mit.edu> (06/20/11 13:10:35)
- git-committer:
- Edward Z. Yang <ezyang@mit.edu> (09/19/11 13:31:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/Facebook/README
r2226f91 r4724f1a 50 50 (for filtering) and rsvp_event (RSVP from BarnOwl), we will need 51 51 to make sure the UI for upgrading is correct. 52 53 We'll be rolling our own version of Facebook::Graph, as the original 54 uses the synchronous LWP::UserAgent, and we'd like our web requests 55 not to block the user interface. Furthermore, Facebook::Graph doesn't 56 actually use any of the features of LWP::UserAgent, so we may be able 57 to use a simpler module AnyEvent::HTTP.
Note: See TracChangeset
for help on using the changeset viewer.