Skip to content

dgrabla/opauth-vkontakte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Opauth-VKontakte

Opauth strategy for VKontakte authentication.

Based on Opauth's Facebook Oauth2 Strategy

Getting started

  1. Make sure your cake installation supports UTF8

  2. Install Opauth-VKontakte:

    cd path_to_opauth/Strategy
    git clone git://github.com/dgrabla/opauth-vkontakte.git VKontact
  3. Create VK application at http://vk.com/developers.php

  4. Configure Opauth-VKontact strategy with app_id and app_secret.

  5. Direct user to http://path_to_opauth/vkontakte to authenticate

Strategy configuration

Required parameters:

<?php
'VKontakte' => array(
	'app_id' => 'YOUR APP ID',
	'app_secret' => 'YOUR APP SECRET'
)

License

Opauth-VKontakte is MIT Licensed

About

vkontakte strategy for oauth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages