-
Open Meta for Developers and login with your facebook credentials.
-
It will redirect to
Select app type
page. From the options select app type asNone
. -
On the basic information page
Display name
will be the name of your app andApp contact email
will be your email linked with facebook. -
Once the app is created navigate to basic details section of the app. You will be able to see App ID
FacebookAppId
and App SecretFacebookAppPassword
which needs to be fill inside appsettings.json file. -
From the products section select
Facebook login
and click setup. -
In the prodcuts section,
Facebook Login
will be added. Go to its settings section and add the below valid domains inside the valid domain area. (Note here base-url refers to your app's base url. For eg when using ngrok if our url ishttps://1234.ngrok-free.app
then base-url will be1234.ngrok-free.app
).https://<base-url>/
,https://<base-url>/facebook-auth-end
,https://token.botframework.com/.auth/web/redirect
.