robertclarkson/silverstripe-facebooklogin

Allows users to quickly register and login via facebook

Maintainers

Package info

github.com/robertclarkson/silverstripe-facebooklogin

Type:silverstripe-module

pkg:composer/robertclarkson/silverstripe-facebooklogin

Statistics

Installs: 1 484

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

dev-master / 1.4.x-dev 2018-01-08 21:22 UTC

This package is not auto-updated.

Last update: 2026-03-05 04:40:32 UTC


README

Adds a facebook login to the silverstripe site.

Add the following to your config:

FacebookControllerExtension:
  app_id: 'app-id'
  api_secret: 'app-secret'
  sync_member_details: true
  create_member: true

To add a facebook login link, add this to your template:

<a href="$FacebookLoginLink">Facebook Login</a>