Changeset a2d682b


Ignore:
Timestamp:
Sep 19, 2011, 1:31:36 PM (13 years ago)
Author:
Edward Z. Yang <ezyang@mit.edu>
Children:
db67d4a
Parents:
74c7a14
git-author:
Edward Z. Yang <ezyang@mit.edu> (08/05/11 22:16:31)
git-committer:
Edward Z. Yang <ezyang@mit.edu> (09/19/11 13:31:36)
Message:
Update README, narrow POSIX import.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
Location:
perl/modules/Facebook
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/Facebook/README

    r1260a65 ra2d682b  
    1212  message.  BarnOwl will ask you to log in via an OAuth URL, and run
    1313  ':facebook-auth $URL' where $URL is the URL you were redirected to.
    14   It will then ask you to record the resulting access token in an
    15   ~/.owl/facebook file, so you do not have to login on subsequent
    16   BarnOwl sesions.
    1714
    18   This token is valid until you change your
     15  This token will persist across BarnOwls until you change your
    1916  Facebook password or you revoke permissions for Barnowl at:
    2017    http://www.facebook.com/settings/?tab=applications&app_id=235537266461636
  • perl/modules/Facebook/lib/BarnOwl/Module/Facebook/Handle.pm

    r74c7a14 ra2d682b  
    3434use JSON;
    3535use Date::Parse;
    36 use POSIX;
     36use POSIX qw(asctime);
    3737use Ouch;
    3838
Note: See TracChangeset for help on using the changeset viewer.