# Facebook

You will need to set up an application with Facebook social login provider to get the App ID and App Secret which will be required in the config Dashboard.

### How to get App ID and App Secret?

1. Login into [Developers Facebook platform](https://www.facebook.com/login/?privacy_mutation_token=eyJ0eXBlIjowLCJjcmVhdGlvbl90aW1lIjoxNjg4NjM2NjQ1LCJjYWxsc2l0ZV9pZCI6Mjc2MjMwNjIxNzQyMjQ4NX0%3D\&next=https%3A%2F%2Fdevelopers.facebook.com%2F)

<figure><img src="/files/QNBuzLjkWL8lsTlUdscy" alt=""><figcaption></figcaption></figure>

2. Go to <mark style="color:purple;">**`My Apps`**</mark> at the top right menu

<figure><img src="/files/TZLw2hC0jA6jBNYygzag" alt=""><figcaption></figcaption></figure>

3. Click on the <mark style="color:purple;">**`Create App`**</mark> button

<figure><img src="/files/g4ycgAnnF6u1iDZaLJtt" alt=""><figcaption></figcaption></figure>

4. <mark style="color:purple;">**`Select the purpose of the App`**</mark> **->** Click on the <mark style="color:purple;">**`Next`**</mark> button

<figure><img src="/files/qJyGrxYpOMNoBq5pdEw7" alt=""><figcaption></figcaption></figure>

5. <mark style="color:purple;">**`Enter all details`**</mark> about your App **->** Click on the <mark style="color:purple;">**`Create App`**</mark> button

<figure><img src="/files/yjvyLLjJl7VmDiYw6vdk" alt=""><figcaption></figcaption></figure>

6. Go to <mark style="color:purple;">**`Settings > Basic`**</mark> on the left side menu **->** Copy your <mark style="color:purple;">**`App ID`**</mark> and<mark style="color:purple;">**`App Secret`**</mark> to the clipboard

<figure><img src="/files/N2MdpIn7730f03BV0eLB" alt=""><figcaption></figcaption></figure>

7. Paste your <mark style="color:purple;">**`App ID`**</mark> and <mark style="color:purple;">**`App Secret`**</mark> into the **corresponding fields in the WalliD config Dashboard**

<figure><img src="/files/4ZfYxPIJcflyZws22ROq" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wallid.io/config-dashboard/authentication/social-login-providers/facebook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
