Ignore:
Timestamp:
Sep 20, 2011, 11:15:31 PM (13 years ago)
Author:
Edward Z. Yang <ezyang@mit.edu>
Branches:
master, release-1.10, release-1.9
Children:
b49aaf8
Parents:
77d1ef1
git-author:
Edward Z. Yang <ezyang@mit.edu> (06/20/11 13:10:35)
git-committer:
Edward Z. Yang <ezyang@mit.edu> (09/20/11 23:15:31)
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

    reb497a9 r4b23009  
    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.