Changeset 43d8a1e


Ignore:
Timestamp:
Jun 22, 2011, 9:56:46 PM (13 years ago)
Author:
Edward Z. Yang <ezyang@mit.edu>
Children:
f134488
Parents:
6dccccf
git-author:
Edward Z. Yang <ezyang@mit.edu> (06/20/11 13:10:35)
git-committer:
Edward Z. Yang <ezyang@mit.edu> (06/22/11 21:56:46)
Message:
Note about async Facebook::Graph.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/Facebook/README

    r6c3d4ad r43d8a1e  
    5050  (for filtering) and rsvp_event (RSVP from BarnOwl), we will need
    5151  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.