NAME

Dancer::Plugin::Facebook - Plugin linking Dancer with Facebook::Graph

VERSION

version 0.001

SYNOPSIS

use Dancer;
use Dancer::Plugin::Facebook;

get '/' => sub {
  fb->fetch ('16665510298')->{name};
} # returns 'perl'

DESCRIPTION

Dancer::Plugin::Facebook is a simple shim taking the repetitious scut-work out of using Facebook::Graph from within a Dancer application.

BUGS

Please report any bugs via e-mail.

SEE ALSO

Dancer - Dancer

Facebook::Graph - Facebook::Graph

AUTHOR

Michael Alan Dorman <mdorman@ironicdesign.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Michael Alan Dorman.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.