Skip to content

Commit

Permalink
add steps for create app
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriaxyz committed Jan 9, 2025
1 parent 5415fd4 commit 1920e7c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/authentication/social-connections/facebook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,18 @@ To make the setup process easier, it's recommended to keep two browser tabs open
### Create a Facebook app

1. In the top-right of the Facebook Developer page, select [**My Apps**](https://developers.facebook.com/apps).
1. In the top-right, select **Create App**. You'll be redirected to the **Create an app** process. Fill out the necessary information. During the **Use Cases** step, select **Authenticate and request data from users with Facebook Login**.
1. Once finished, you'll be redirected to the app's **Dashboard**. In the left sidebar, select **Use cases**.
1. Select **Customize**. You'll be redirected to the **Permissions** tab of the **Customize use case** page.
1. In the top-right, select **Create App**. You'll be redirected to the **Create an app** process.
1. In the **App details** step, fill out the necessary information and select **Next**.
1. In the **Use Cases** step, select **Authenticate and request data from users with Facebook Login** and then select **Next**.
1. In the **Business** step, select the business portfolio to connect to your app and then select **Next**.
1. In the **Finalize** step, select **Go to dashboard**. You'll be redirected to the app's **Dashboard** page.
1. In the left sidebar, select **Use cases**.
1. Next to **Authenticate and request data from users with Facebook Login**, select **Customize**. You'll be redirected to the **Permissions** tab of the **Customize use case** page.
1. Next to **email**, select **Add**. This permission allows Clerk to read your user's primary email address.
1. In the left sidebar, under **Facebook Login**, select **Settings**.
1. In the **Client OAuth settings** section, in the **Valid OAuth Redirect URIs** field, paste the **Redirect URI** value you saved from the Clerk Dashboard.
1. Select **Save changes**.
1. In the left sidebar, select **App settings**. Then, select **Basic**.
1. In the left sidebar, select **App settings** (or the settings icon) and thenselect **Basic**.
1. Save the **App ID** and **App Secret** somewhere secure.

### Set the App ID and App Secret in the Clerk Dashboard
Expand Down

0 comments on commit 1920e7c

Please sign in to comment.