{"id":24688595,"url":"https://github.com/hh-com/contao-facebook-login","last_synced_at":"2026-05-10T16:39:55.140Z","repository":{"id":82956934,"uuid":"161648381","full_name":"hh-com/contao-facebook-login","owner":"hh-com","description":"Modified Version ...","archived":false,"fork":false,"pushed_at":"2019-03-14T15:42:01.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T15:28:17.474Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hh-com.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-12-13T14:10:19.000Z","updated_at":"2019-03-14T15:42:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"be15278b-4e7f-4861-82d5-2d57b8ccdc94","html_url":"https://github.com/hh-com/contao-facebook-login","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hh-com/contao-facebook-login","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hh-com%2Fcontao-facebook-login","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hh-com%2Fcontao-facebook-login/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hh-com%2Fcontao-facebook-login/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hh-com%2Fcontao-facebook-login/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hh-com","download_url":"https://codeload.github.com/hh-com/contao-facebook-login/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hh-com%2Fcontao-facebook-login/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265905116,"owners_count":23846696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-26T17:17:44.630Z","updated_at":"2026-05-10T16:39:50.111Z","avatar_url":"https://github.com/hh-com.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/inspiredminds/contao-facebook-login)\n[![](https://img.shields.io/packagist/v/inspiredminds/contao-facebook-login.svg)](https://packagist.org/packages/inspiredminds/contao-facebook-login)\n[![](https://img.shields.io/packagist/dt/inspiredminds/contao-facebook-login.svg)](https://packagist.org/packages/inspiredminds/contao-facebook-login)\n\nContao Facebook Login\n=====================\n\nContao 4 bundle for a Facebook login.\n\n## Installation\n\nRequire the bundle via composer:\n```\ncomposer require inspiredminds/contao-facebook-login\n```\nIf you use the Contao Standard Edition, you will have to add\n```php\nnew FacebookLoginBundle\\FacebookLoginBundle()\n```\nto your `AppKernel.php`. You will also need to add the bundle's routes to your `app/config/routing.yml`:\n```yaml\nFacebookLoginBundle:\n    resource: \"@FacebookLoginBundle/Resources/config/routing.yml\"\n```\nThen execute the Contao Install Tool (regardless of which edition you use). \n\n## Usage instructions\n\n### Facebook App\n\nBefore being able to use the Facebook login, you have to create a Facebook App for your website under [developers.facebook.com/apps](https://developers.facebook.com/apps). Make sure to fill out at least the following fields:\n\n* _Settings_ » _Basic_ » _Add Platform_ » _Website_: enter the basic URL of your site, e.g. `http://example.org`.\n* _Settings_ » _Basic_ » _App Domains_: fill in the domain of your site, e.g. `example.org`.\n\nThen you need to configure the _Facebook Login_ on the left side under _PRODUCTS_. If said product is not there, you need to add it manually via _+ Add Product_ first. Make sure to fill out _Valid OAuth URIs_ with the the following URL of your site: `http://example.org/fblogincallback`. If you are using `https`, use that instead (or both). Set the rest of the settings as seen in the screenshot below:\n\n![Facebook Login settings](https://github.com/inspiredminds/contao-facebook-login/raw/master/facebook-login-settings.png)\n\n_Use Strict Mode for Redirect URIs_ can be enabled (new Facebook apps will have this enabled by default). Then make your App public under _App Review_.\n\n### Contao configuration\n\nAfter creating the Facebook App, you need to set the Facebook App ID and Facebook App Secret. You can define these either in the website root or in the system settings. Use the former if you are using a multidomain setup.\n\n### Facebook Login module\n\nSimply create a Facebook Login module in your theme and include it anywhere. It works and behaves the same way as the regular login module of Contao and also offers the same settings, plus the ability to define the member groups newly registered users will belong to and the ability to decide what personal data should be stored from Facebook.\n\nYou can also define additional [Facebook Login Permissions](https://developers.facebook.com/docs/facebook-login/permissions). These will be added to the default permissions. The module will also save a user access token in the session under the variable `facebook_login_access_token` for later use.\n\n## Attributions\n\nThis bundle uses code provided and originally used by [Kamil Kuzminski](https://github.com/qzminski).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhh-com%2Fcontao-facebook-login","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhh-com%2Fcontao-facebook-login","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhh-com%2Fcontao-facebook-login/lists"}