I'm building an application using ASP.NET MVC and Identity and I have Google logins working, but I'd like to display the user's name (from Google/Facebook), so that rather than the website showing as "Hi fred123@gmail.com" it displays as "Hi Fred". I'm aware of how to customise the ApplicationUser, it's just the interaction with the providers I'm not too sure about.
Can anyone help?