For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ“±Verifying X Follows

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

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.

Last updated