opauth/odnoklassniki

Odnoklassniki strategy for Opauth

dev-master 2014-08-12 12:47 UTC

This package is not auto-updated.

Last update: 2024-04-23 05:32:11 UTC


README

Opauth strategy for Odnoklassniki authentication.

Based on Opauth's Facebook Oauth2 Strategy

Getting started

  1. Make sure your cake installation supports UTF8

  2. Install Opauth-Odnoklassniki:

    cd path_to_opauth/Strategy 
    git clone git@github.com:KuzminDima/opauth-odnoklassniki.git Odnoklassniki
  3. Create Odnoklassniki application

  4. Configure Opauth-Odnoklassniki strategy with client_id, client_secret, client_public.

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

Strategy configuration

Required parameters:

<?php
'Odnoklassniki' => array(
	'client_id' => 'YOUR APP ID',
	'client_secret' => 'YOUR APP SECRET',
	'client_public' => 'YOUR APP PUBLIC'
)

License

Opauth-Odnoklassniki is MIT Licensed