# Verify X Follow

Verify whether a user follows a specific X (Twitter) account using Fuul's secure, client-side verification flow.

{% hint style="warning" %}
Due to X API limitations, access to user data requires an OAuth authentication token. For security reasons, Fuul does **not** allow authentication tokens to be transmitted to or stored on its servers. All verification must occur through the dedicated frontend flow described below.
{% endhint %}

## Verification URL

Direct users to the verification page for your project:

```
https://app.fuul.xyz/verify-social/{project-slug}/x
```

Replace `{project-slug}` with your actual project slug.

### Optional redirect

Append a `redirectUrl` parameter to redirect the user after verification completes:

```
https://app.fuul.xyz/verify-social/{project-slug}/x?redirectUrl={redirectUrl}
```

## Color customization

The verification modal adopts the **background** and **primary** colors defined in the **Page Customization** section on the Incentives page in the Fuul webapp, ensuring consistent branding throughout the flow.


---

# 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.fuul.xyz/core-concepts/trigger-integrations/quests-and-social/verifying-x-follows.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.
