opauth / vkontakte
VKontakte strategy for Opauth
Installs: 1 593
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 9
Open Issues: 2
Requires
- php: >=5.2.0
- opauth/opauth: >=0.2.0
This package is not auto-updated.
Last update: 2024-11-04 12:23:31 UTC
README
Opauth strategy for VKontakte authentication.
Based on Opauth's Facebook Oauth2 Strategy
Getting started
-
Make sure your cake installation supports UTF8
-
Install Opauth-VKontakte:
cd path_to_opauth/Strategy git clone git://github.com/dgrabla/opauth-vkontakte.git VKontact
-
Create VK application at http://vk.com/developers.php
-
Configure Opauth-VKontact strategy with
app_id
andapp_secret
. -
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