Changeset 4724f1a


Ignore:
Timestamp:
Sep 19, 2011, 1:31:34 PM (13 years ago)
Author:
Edward Z. Yang <ezyang@mit.edu>
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)
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

    r2226f91 r4724f1a  
    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.