# 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.
