Atta ✨

Results 2 comments of Atta ✨

> I currently use this to get around it: > > ```js > new JSDOM(html.replace(/).*?/gi, '')) > ``` It didn't work for me. Instead, I found another [regex](https://stackoverflow.com/a/26553146/692466) that works...

@martinnov92 I think the issue is with `emails` attribute. It should be `email` instead of `emails` according to [Facebook graph API reference](https://developers.facebook.com/docs/graph-api/reference/v2.6/user). [Passport Facebook](https://www.npmjs.com/package/passport-facebook#how-do-i-obtain-a-user-profile-with-specific-fields) also uses `email` attribute name. The...