Hi,
I'm thinking about incorporating Facebook authentication into my ASP.NET MVC 5 app. Will I be able to retrieve the following information using Facebook authentication?
- User's first, middle and last name. I do like to retrieve them individually and not just generic full name.
- User's email address
- User's gender
- User's friends list on Facebook
I want to understand if I can pull some information about the user or is Facebook is just used for authentication.