Skip to content
This repository has been archived by the owner on May 21, 2023. It is now read-only.

authentication.md: update Facebook App instructions #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions wiki/install/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,11 @@ The Facebook provider lets users login using their own Facebook account.

1. Go to https://developers.facebook.com
2. Choose 'Add a New App'
3. Your app id should be clearly visible on the top of the page. To get your app secret, go to the 'Dashboard' and click 'Show' next to the starred-out secret
4. You can now test logging in with your own account and users you explicitly give access. To open up logging in via your app to everyone, make your app 'public' under 'App Review'.
3. Choose 'Facebook Login' under 'Select a product'
4. Add a Website platform with the URL of your wiki as the 'Site URL' (e.g. `http://www.example.com`)
5. Under the Facebook Login Settings, enter the 'Valid OAuth redirect URIs' (full URL of your wiki followed by `/login/facebook/callback` as e.g.: `http://www.example.com/login/facebook/callback`)
6. To explicitly give users access to the app for testing purposes, click on 'Roles' and add Facebook users. To open up logging in via your app to everyone, make your app 'public' under 'App Review'.
7. Your app id should be clearly visible on the top of the page. To get your app secret, go to the 'Dashboard' and click 'Show' next to the starred-out secret

Under the auth section of your config.yml, you can now enter the required info:

Expand Down