I have to show graph for gender and age in twitter like facebook demograph (attached with this)...
Is it possible to get data for gender and age from twitter using oauth or api according to follower count ?
Thanks in advance....
According to Twitter Employee #episod Taylor Singletary,
Demographic data such as this is not available from the API -- and not
always appropriate as Twitter accounts can represent many things not
limited to persons alive or dead.
Read his answer here
When you create a twitter account, it never asks for gender. So there is no question to get it through the API.
Related
Is there a way to get tweets of users who i am following using Account Activity API?
Or there is any way to get tweets of specific users?
Yes, absolutely! If your account is subscribed to the AA API then you should see Tweets mentioning you on the webhook. If you are interested in Tweets from specific users then use the timelines API.
I was wondering.
I want to access the tweets by using email address of the people, I already have the email addresses and then I want to search via API some statistics about the people's tweets.
Is this possible?
Any help or workaround will be appreciated, thanks.
The email addresses of Twitter users are not accessible through the API. This is a deliberate design decision by the Twitter development team for security and privacy.
The users in question would need to provide you with their email address and Twitter username. this would let you perform the sort of search you are describing.
I needed facebook user info in my app. For it I have used "https://graph.facebook.com/me&access_token=%#" I am getting user info properly. But unable to get the contact number of user via graph API. Can't we retrieve contact number of user from Facebook? Please help me.
Thanks to all.
Sorry, but we can't retrieve the Contact Number of the User through the Graph API as the contact number is not exposed to present APIs.
Update
The removal of this data has also been mentioned in this blog post.
I need to know how to get age and gender of Twitter user?
I am using TweetSharp v2, but if you have any way to get this info will be welcome.
I checked my Twitter settings and I don't see an option for gender or date of birth.
According to Twitter Employee #episod Taylor Singletary,
Demographic data such as this is not available from the API -- and not
always appropriate as Twitter accounts can represent many things not
limited to persons alive or dead.
Read his answer here
Any ideas on how I can get location, age and gender of my followers on Twitter? I know that Twitter can only give me location (not always), by looking at either time-zone or location. But I have seen other applications presenting the demographics of my followers and I have no idea how they do it? Is it fake?
Twitter does not provide this information. Some third party sites use techniques like analyzing tweets to try and predict demographics based on content. Others have deals with third partys that connect Twitter accounts with other profiles like Facebook accounts. There is no sure fire way to do it and all options will have reliability issues.