# Reddit

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

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

1. Go to the [Reddit Developer Platform](https://www.reddit.com/login/?dest=https%3A%2F%2Fwww.reddit.com%2Fprefs%2Fapps) **->** <mark style="color:purple;">**`Login`**</mark> into your account

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

2. Go to the <mark style="color:purple;">**`Apps`**</mark> tab on the main menu

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

3. Click on the <mark style="color:purple;">**`Are you a developer? create an app...`**</mark> button to create an App

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

4. Enter your <mark style="color:purple;">**`Application name`**</mark>**&#x20;,&#x20;**<mark style="color:purple;">**`Description`**</mark>**&#x20;,&#x20;**<mark style="color:purple;">**`About URL`**</mark> , <mark style="color:purple;">**`Redirect URI`**</mark>**->** Click on the <mark style="color:purple;">**`Create App`**</mark> button&#x20;

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

5. Copy the <mark style="color:purple;">**`Client ID`**</mark>**->** Click on  <mark style="color:purple;">**`Edit`**</mark> to see your Client Secret

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

6. Copy your <mark style="color:purple;">**`Client secret`**</mark>

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

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

<figure><img src="/files/gxMISy3ZgkBARbnsOKyv" 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/reddit.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.
