nraboy / ng-cordova-oauth

AngularJS oauth library for use with Apache Cordova projects
https://www.thepolyglotdeveloper.com
MIT License
456 stars 199 forks source link

Twitter oauth not giving me the email #324

Closed l-lawliett closed 7 years ago

l-lawliett commented 7 years ago

I have enable the twitter to give access to user email but when i check the response it not returning the email for the user

nraboy commented 7 years ago

This is an oauth library. All it cares about is the tokens, not user information such as emails:

https://github.com/nraboy/ng-cordova-oauth/blob/master/src/oauth.twitter.js#L81-L91

Above are the lines that figure out what is returned in the response.

Best,