Verification System | Twitter

I am looking to achieve a way of detecting if someone is following me…
How would I go about this?

[Sort of like this]
Player put Twitter User
Checks if they are Following
Print True / False

Thank is advance! Have a great day! :slight_smile:

httpservice exists but idk how it would go.

I did some research on the DevForum before and someone made a post like this, but their comment said it was using http service and the Twitter API, but I believe that that method is either outdated or they didn’t provide enough information. Prior to making this I did spend roughly and hour and a half reading the Twitter API and doing some small coding tests and research, but nothing… :frowning:

Here is a link to the HttpService.

Here is the twitter api thingy

but you need to apply for API access h

No it’s not, especially for luau

You can try researching this in twitter docs:

:id would be the user’s twitter ID, which you can probably convert a username to an ID with another endpoint.

If it returns an array, use a for loop to check through each item in the array. Check if it equals YOUR twitter username (the developer’s twitter username), if so, then break the loop, and return true. Otherwise return false. If you put that in a function, you could try calling the function

1 Like

I already looked through the API and requested access but I have no clue where to go from there…

1 Like

This is useful information! Thank you! :smiley:

1 Like