Changeset 525dd8d for perl/modules/Facebook/README
- Timestamp:
- Jun 23, 2011, 10:44:48 PM (14 years ago)
- Children:
- 4839f5a
- Parents:
- 3d304b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/Facebook/README
r2f6c263 r525dd8d 6 6 7 7 SYNOPSIS 8 (1) Create an empty file ~/.owl/facebook (you can use the command9 `touch ~/.owl/facebook`), in order to enable the module.8 (1) Run ":reload-module Facebook" inside BarnOwl, if the module has 9 not been loaded already. 10 10 11 (2) Run ":reload-module Facebook" inside BarnOwl. 12 13 (3) Follow the instructions in the admin message. BarnOwl will 14 ask you to log in via an OAuth URL, and run ':facebook-auth' 15 with the resulting URL. It will then ask you to record the 16 resulting access token in your ~/.owl/facebook file, so you do 17 not have to login on subsequent BarnOwl sesions. 11 (2) Run ':facebook-auth'. Follow the instructions in the admin 12 message. BarnOwl will ask you to log in via an OAuth URL, and run 13 ':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. 18 17 19 18 This token is valid until you change your … … 21 20 http://www.facebook.com/settings/?tab=applications&app_id=235537266461636 22 21 23 ( 4) Start receiving wall updates in Barnowl!22 (3) Start receiving wall updates in Barnowl! 24 23 You can post updates with the ":facebook" command. 25 24
Note: See TracChangeset
for help on using the changeset viewer.