Catalyst-Authentication-Credential-Facebook

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    Catalyst::Authentication::Credential::Facebook - Facebook authentication
    for Catalyst

SYNOPSIS
    In MyApp.pm

     use Catalyst qw/
        Authentication
        Session
        Session::Store::FastMmap
        Session::State::Cookie
            Facebook
     /;
     
 MyApp->config(
         "Plugin::Authentication" => {
             default_realm => "facebook",
             realms => {
                 'facebook' => {
                     credential => {
                         class => "Facebook",

lib/Catalyst/Authentication/Credential/Facebook.pm  view on Meta::CPAN

Catalyst::Authentication::Credential::Facebook - Facebook authentication for Catalyst

=head1 SYNOPSIS

In MyApp.pm

 use Catalyst qw/
    Authentication
    Session
    Session::Store::FastMmap
    Session::State::Cookie
	Facebook
 /;
 
 MyApp->config(
     "Plugin::Authentication" => {
         default_realm => "facebook",
         realms => {
             'facebook' => {
                 credential => {
                     class => "Facebook",



( run in 0.663 second using v1.01-cache-2.11-cpan-e9199f4ba4c )