On authentication with 3rd Party (eg Facebook) Name is stored with email value.
Dim user = New ApplicationUser() With {.UserName = email.Text, .Email = email.Text}
I want to Change it to Facebook user Name (scope Name)
How to accomplish that (Blogs, docs, links, snippets)