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?
There is NO way you can get email address of a twitter user. Twitter doesn't provide it in their API.