# Twitter

You will need to set up an application with Twitter social login provider to get the API Key and API Key Secret which will be required in the config Dashboard.

### How to get Twitter API Key and API Key Secret?

1. Go to the [Twitter developer account](https://developer.twitter.com/en/portal/dashboard) **->** <mark style="color:purple;">**`Sign up`**</mark>**&#x20;for a Free account**

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

2. Go to the <mark style="color:purple;">**`Dashboard`**</mark> in the left side menu **->** click on the <mark style="color:purple;">**`+ Add App`**</mark> button

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

3. Click in <mark style="color:purple;">**`Projects & Apps`**</mark> in the left side menu **->&#x20;**<mark style="color:purple;">**`Name`**</mark> your App **->** Click on the <mark style="color:purple;">**`Next`**</mark> button

<figure><img src="/files/1OmJmN9sxSfku1cjHiOb" alt=""><figcaption></figcaption></figure>

4. Copy your<mark style="color:purple;">**`API Key`**</mark> and <mark style="color:purple;">**`API Key Secret`**</mark>

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

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

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