So I am fairly new to ASP.NET MVC and Windows Live Connect API. Basically I am trying to integrate Live sign in into my website. When users sign in, Live requests their pe
Ok I figured it out!
I just needed to add the scope "wl.emails" to my sign in link. Then my GET call will return their email addresses.