Reputation: 1105
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?
Upvotes: 0
Views: 167
Reputation: 787
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
Upvotes: 1