mvc 5 owin module for vk.com (vkontakte.ru)
- Add nuget package - search for "Duke.Owin.VkontakteMiddleware"
- Add module in Startup.Auth.cs of your mvc 5 project
app.UseVkontakteAuthentication("{AppId}", "{AppSecret}", "{PERMISSIONS}");
{PERMISSIONS} - it is the comma-separated string. For example "email,audio" More info here http://vk.com/dev/permissions
Info here http://vk.com/dev
http://freemusiclib.com/Account/Login
Now it correctly return scope "Email" for Owin 2.1.0.0
skype - duke_nuken23