Search code examples
twitteroauth-php

Twitter oauth parameter


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?


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