Last change
on this file since 9820d55 was
cfca761,
checked in by Edward Z. Yang <ezyang@mit.edu>, 13 years ago
|
Add vanilla Facebook::Graph.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
|
-
Property mode set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | =head1 NAME |
---|
2 | |
---|
3 | Facebook::Graph::Cookbook - A cookbook for Facebook::Graph |
---|
4 | |
---|
5 | =head1 VERSION |
---|
6 | |
---|
7 | version 1.0300 |
---|
8 | |
---|
9 | =head1 DESCRIPTION |
---|
10 | |
---|
11 | The goal of this document is to provide a set of common recipies for success. The L<Facebook::Graph> API is relatively easy to use, but there are just enough tricks to it that it can throw you off if you don't have a little insider information. Hopefully this document will help you overcome those hurdles. |
---|
12 | |
---|
13 | =head1 RECIPIES |
---|
14 | |
---|
15 | =over |
---|
16 | |
---|
17 | =item L<Facebook::Graph::Cookbook::Recipe1> |
---|
18 | |
---|
19 | Shows you how to set up a privileged application using nothing more than L<Plack>. This is very much a step by step tutorial. |
---|
20 | |
---|
21 | =item L<Facebook::Graph::Cookbook::Recipe2> |
---|
22 | |
---|
23 | A fully functional Facebook::Graph app that publishes data to Facebook and reads data from it. Uses a full application server and lots of other modules. This is a working example, without a lot of explaination. |
---|
24 | |
---|
25 | =back |
---|
26 | |
---|
27 | |
---|
28 | =head1 LEGAL |
---|
29 | |
---|
30 | Facebook::Graph is Copyright 2010 Plain Black Corporation (L<http://www.plainblack.com>) and is licensed under the same terms as Perl itself. |
---|
31 | |
---|
32 | =cut |
---|
Note: See
TracBrowser
for help on using the repository browser.