Facebook Graph Request is returning name but not email – Facebook api
I'm using the graph api to return my name and email from a Facebook login. This is the code I use - name comes back fine, but email is nil: func getUserInfo() { let params = ["fields" : "email, name"]…