-
-
09 Jun 2009 19:34:00 UTC
- Distribution: Jifty-Plugin-Authentication-Facebook
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (289 / 0 / 0)
- Kwalitee
Bus factor: 2- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (21.51KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Alex Vandiver
- Dependencies
- Jifty
- WWW::Facebook::API
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Jifty::Plugin::Authentication::Facebook::Dispatcher - dispatcher for facebook plugin
DESCRIPTION
All the dispatcher rules jifty needs to support Jifty::Authentication::Facebook
RULES
before '/facebook/callback'
Handles the login callback. You probably don't need to worry about this.
before '/facebook/force_login'
Redirects user to the Facebook login page. Useful if you want to skip prompting the user to login on your app.
before '/facebook/logout'
Directing a user here will log him out of the app and Facebook.
Module Install Instructions
To install Jifty::Plugin::Authentication::Facebook, copy and paste the appropriate command in to your terminal.
cpanm Jifty::Plugin::Authentication::Facebook
perl -MCPAN -e shell install Jifty::Plugin::Authentication::Facebook
For more information on module installation, please visit the detailed CPAN module installation guide.