Hi,
I just started a new MVC 5 project and want to use Facebook authentication. I see that the whole authentication is rewritten in MVC 5 using OWIN -- which I'm not very familiar with.
All I'm interested in is getting some additional information from Facebook. First of all, I want the name of the person as First, Middle and Last -- not full name. I also want to get the person's email and Facebook image.
What is the best and cleanest way to get this information using Facebook authentication in my MVC 5 app?