1

I'm Integrating Twitter into my application using the Twitter 4j library. I'm trying to extract the email of the currently logged in user. Is there any way that I can take the email address of the user without having to prompt them?

I've checked here, but it doesn't quite explain how to achieve what I'm after.

Community
  • 1
  • 1
A p
  • 142
  • 1
  • 14

1 Answers1

0

You can't get the email from an user so easily, if you check the documentation you need to be whitelisted by Twitter. If you aren't, you can't get the email, twitter4j doesn't provide any method to achieve that.
And, possible duplicate:

Community
  • 1
  • 1
FeanDoe
  • 1,608
  • 1
  • 18
  • 30