I have reviewed the twitter documentation @anywhere where I can use User Object Properties but in the userdata I don't find the gender property.
How can I get twitter current user's gender
11.1k Views Asked by HaikMnatsakanyan At
3
There are 3 best solutions below
0

Demographic data such as gender
and age
are not available from the API -- and not always appropriate as Twitter accounts can represent many things not limited to persons alive or dead.
0

Latest answer @2016
You still can't get twitter users' gender but can you can deduce it with some workable apis.
See node-cheat gender_by_name for all reasonable and tested solutions.
When you create a twitter account it never asks for gender, so you cant get it through the API.
You would need some kind of AI to determine it.