How can I get the current user gender of a user

I looked at the twitter documentation @anywhere where I can use the properties of custom objects, but I did not find the gender property in the user data.

+4
source share
3 answers

When you create a Twitter account, it never asks for gender, so you cannot get it through the API.

You will need some kind of AI to determine it.

+4
source

Demographic data, such as gender and age , is not available in the API - and is not always suitable, since Twitter accounts can represent many things that are not limited to living or dead people.

+1
source

Last reply @ 2016

You still cannot get the gender of the user of Twitter users, but can you deduce it using some functional apis.

See node -cheat gender_by_name for all reasonable and proven solutions.

+1
source

Source: https://habr.com/ru/post/1440558/


All Articles