πŸ“±Verifying X Follows

To verify if a user follows a specific X (Twitter) account, Fuul provides a secure, client-side verification flow. This process ensures both security and a smooth user experience.

Due to limitations of the X API, access to user data requires an OAuth authentication token. For security reasons, Fuul does not allow authentication tokens to be transmitted to or stored. Therefore, all verification must occur through our dedicated frontend flow.

Verification Site

Navigate to the verifying X URL for your project on:

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

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

Optional Redirect

You can append a redirectUrl parameter to the URL. After the user completes verification, they will be redirected to this URL:

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

Color Customization

The verification process is presented in a modal. This modal adopts the background and primary colors defined in your Page Customization section on the Incentives page in the Fuul webapp. This ensures consistent branding throughout the user experience.

Last updated