Add OAuth callback configuration to facebook docs (#10041)
* Add OAuth callback configuration to facebook docs * Add screenshots
This commit is contained in:
parent
b3f1e53ec7
commit
7ab262b205
1 changed files with 20 additions and 6 deletions
|
|
@ -23,25 +23,25 @@ application.
|
|||
|
||||
2. From **My Apps** dashboard, click on **Add a New App**.
|
||||
|
||||

|
||||

|
||||
|
||||
3. Select **For Everything Else**
|
||||
|
||||

|
||||

|
||||
|
||||
4. Fill in the app display name and contact email, then click on **Create App
|
||||
ID**
|
||||
|
||||

|
||||

|
||||
|
||||
5. On the **Add a Product** screen, click **Set Up** under the **Facebook
|
||||
Login** section
|
||||
|
||||

|
||||

|
||||
|
||||
6. Ignore the quickstart options, and click **Settings -> Basic** in the sidebar
|
||||
|
||||

|
||||

|
||||
|
||||
7. From the basic settings screen dashboard copy the **App ID** and **App
|
||||
Secret** values to your environment settings accordingly (name of Facebook
|
||||
|
|
@ -52,4 +52,18 @@ application.
|
|||
API secret -> FACEBOOK_APP_SECRET
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Configure the Facebook App
|
||||
|
||||
1. From the basic settings screen dashboard set your application's domain name
|
||||
in **App Domains** field, and be sure to click **Save Changes**
|
||||
|
||||

|
||||
|
||||
2. Naviate to **Facebook Login --> Settings**, and enter the following callback
|
||||
URL in the field **Valid OAuth Redirect URIs**:
|
||||
|
||||
`https://<your domain>>/users/auth/facebook/callback`
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue