mod_facebook

The mod_facebook module plugs into the authentication systen to enable Facebook login on your site.

Configuration

Activate mod_facebook, then head to ‘Auth’ > ‘External services’ in the admin interface to enter your Facebook app ID and secret. Enable Facebook login by checking the ‘Use Facebook authentication’ box. This will add a ‘Log in with Facebook’ button to the logon form on your site.

If you need extended permissions, add them to the ‘Scope’ textbox. Note that the module needs the ‘email’ permission for login to work.

Edit on GitHub

Models

m_facebook

Not yet documented.

Dispatch rules

dispatch

Dispatch rules Name Path Resource Args facebook_authorize [“oauth-service”,”authorize”,”facebook”]…

See also

mod_linkedin

The mod_linkedin module plugs into the authentication systen to enable LinkedIn login on your site.

m_identity

The m_identity model manages usernames and other user identities. mod_authentication uses it to store and check salted…

Referred by

m_identity

The m_identity model manages usernames and other user identities. mod_authentication uses it to store and check salted…

All dispatch rules

All the dispatch rules from all modules. For a background on dispatch rules, see The URL dispatch system.