Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there any way to get Twitter user email from Twitter API?

Facebook (FBQL) provides this data in the hashed form so that you can encrypt email and then compare to the hashed one.

share|improve this question

1 Answer

up vote 6 down vote accepted

I don't think so. If the user wants email from someone, they set that up through the DM settings. That's kind of the point.

You could setup a friendship, and set DMs to email the user.

Twitter API - Create Friendship

share|improve this answer
Not a solution for me, I want to get exactly email address (hashed or anythinged...) and compare it with another email. Thanks anyway! – Otar Jul 30 '10 at 16:09
1  
I assume you have the user credentials? If you don't twitter will(should) never let you get that information. Spammers would kill for a list like that :) If you do, you might look into doing some screen scraping. – Dan Williams Jul 30 '10 at 18:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.