Last change
on this file since ee98987 was
ee98987,
checked in by Edward Z. Yang <ezyang@mit.edu>, 13 years ago
|
Initial commit of Facebook module implementation.
This module was inspired by Kevin Riggle's Facebook-hacked-onto-Twitter
implementation, but was rewritten to stand alone as its own module
and use the new Facebook Graph API.
It requires the Facebook::Graph CPAN module.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
|
-
Property mode set to
100644
|
File size:
123 bytes
|
Rev | Line | |
---|
[ee98987] | 1 | use strict; |
---|
| 2 | use warnings; |
---|
| 3 | |
---|
| 4 | use inc::Module::Install; |
---|
| 5 | |
---|
| 6 | requires('Facebook::Graph'); |
---|
| 7 | |
---|
| 8 | barnowl_module('Facebook'); |
---|
| 9 | |
---|
| 10 | WriteAll; |
---|
Note: See
TracBrowser
for help on using the repository browser.