What I have: ASP.NET WebAPI application with Identity framework.
What I want: use twitter and facebook for registration and auth.
What is the problem: Identity framework doesn't request for email and other personal information. It returns only username.
Thanks.