The VK (ex Vkontakte) provider authenticates using the OAuth 2.0 API with the VK API to obtain additional profile information for use with user registration.
To use the VK authentication, you must register a VK application for use with Velruse. You can do that by using the following links to learn about and create said application. Once you have done so, you will be supplied with a consumer key and a consumer secret specific to VK.
VK Developer Links:
Complete Example:
<form action="/velruse/vk/auth" method="post">
<input type="submit" value="Login with VK" />
</form>
VK.com (ex Vkontakte.ru) Authentication Views
VK is considered to be the #1 social network (with more than a 100 million active users) in Russia. You may see the developer docs at http://vk.com/developers.php#devstep2
Bases: velruse.AuthenticationComplete
VK auth complete