1=head1 NAME
2
3Facebook::Graph::Cookbook - A cookbook for Facebook::Graph
4
5=head1 VERSION
6
7version 1.0801
8
9=head1 DESCRIPTION
10
11The goal of this document is to provide a set of common recipes 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 RECIPES
14
15=over
16
17=item L<Facebook::Graph::Cookbook::Recipe1> - Privileged App
18
19Shows 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> - Working Example
22
23A 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 explanation.
24
25=item L<Facebook::Graph::Cookbook::Recipe3> - Impersonation
26
27Shows you how to post as all the different pages under your control.
28
29=back
30
31
32=head1 LEGAL
33
34Facebook::Graph is Copyright 2010 - 2012 Plain Black Corporation (L<http://www.plainblack.com>) and is licensed under the same terms as Perl itself.
35
36=cut
37