oauth-io / oauth-phonegap

OAuth.io plugin for Apache Cordova/PhoneGap
195 stars 69 forks source link

Impossible retrieve email from facebook login #66

Closed fabiocaccamo closed 3 years ago

fabiocaccamo commented 8 years ago

Hi, we'are using OAuth in a Phonegap application which provides social login features with Facebook, Google+ and LinkedIn.

Everithing works fine except the fact that after having logged in using Facebook (Facebook API 2.4, OAuth API 2.3), the email is never returned by the service (the email property is always empty).

Obviously under Keys and Permission Scope we added email and user_about_me scopes.

Thanks

fabiocaccamo commented 8 years ago

Any feedback?