jublo / codebird-php

Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.
https://www.jublo.net/projects/codebird/php
GNU General Public License v3.0
776 stars 234 forks source link

Still unable to Get User Email Address #245

Closed aaden001 closed 5 years ago

aaden001 commented 5 years ago

I have a code similar to this issues https://github.com/jublo/codebird-php/issues/139, I get all other data except the email address of the user. How can I go about it?

mynetx commented 5 years ago

@aaden001 Please take a look here:

https://developer.twitter.com/en/docs/accounts-and-users/manage-account-settings/api-reference/get-account-verify_credentials.html

aaden001 commented 5 years ago

I did that already. I see it with the request permission token but I don't get it with the final response.

aaden001 commented 5 years ago

thanks this solved my issue https://stackoverflow.com/questions/53797163/how-to-retrieve-twitter-user-email-using-codebird-php