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
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
I noticed that the Facebook call in CreateTicketAsync doesn't return the user's email. The code in CreateTicketAsync does try to get the email from the payload, but it's not there.
I think the problem could be solved by specifying the "fields=email,..." in the query to the UserInformationEndpoint. I'd be happy to submit a PR for this, but before I try I wanted to ask if maybe I'm missing something and it actually should work as is.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I noticed that the Facebook call in CreateTicketAsync doesn't return the user's email. The code in CreateTicketAsync does try to get the email from the payload, but it's not there.
I think the problem could be solved by specifying the "fields=email,..." in the query to the UserInformationEndpoint. I'd be happy to submit a PR for this, but before I try I wanted to ask if maybe I'm missing something and it actually should work as is.
Thanks!
The text was updated successfully, but these errors were encountered: