From 1920e7cdd50beacdeeab1735add28f28feed0e36 Mon Sep 17 00:00:00 2001 From: vi Date: Thu, 9 Jan 2025 14:19:59 -0500 Subject: [PATCH] add steps for create app --- docs/authentication/social-connections/facebook.mdx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/authentication/social-connections/facebook.mdx b/docs/authentication/social-connections/facebook.mdx index 53fae373b5..59508a959e 100644 --- a/docs/authentication/social-connections/facebook.mdx +++ b/docs/authentication/social-connections/facebook.mdx @@ -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