You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For new apps, using the 2.4 or higher API, it seems no email addresses are returned from the API. This is true of the example code in the repo, not just my code. The issue seems to be in other libraries as well, and there's a solution in this comment thread:
I was able to get this working by adding "?fields=id,name,email" to the $baseApiUri in the Facebook service file, which is a bit hacky! Hope that helps get a proper solution in place. Happy to test a fix.
For new apps, using the 2.4 or higher API, it seems no email addresses are returned from the API. This is true of the example code in the repo, not just my code. The issue seems to be in other libraries as well, and there's a solution in this comment thread:
simi/omniauth-facebook#61 (comment)
I had a quick look but no idea where to start adding the info_fields to this library.
The text was updated successfully, but these errors were encountered: