Question

I'm using abraham's twitter oauth and I cannot figure out how to get email parameter, it does not provide a list of parameters. I tried using $content->{email}; but it returns a blank array, any idea how can I get the email?

Was it helpful?

Solution

There is NO way you can get email address of a twitter user. Twitter doesn't provide it in their API.

https://dev.twitter.com/docs/faq#6718

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top