2017 © Pedro Peláez
 

library odnoklassniki

Odnoklassniki strategy for Opauth

image

opauth/odnoklassniki

Odnoklassniki strategy for Opauth

  • Tuesday, August 12, 2014
  • by dimon_pr
  • Repository
  • 1 Watchers
  • 1 Stars
  • 733 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Opauth-Odnoklassniki

Opauth strategy for Odnoklassniki authentication., (*1)

Based on Opauth's Facebook Oauth2 Strategy, (*2)

Getting started

  1. Make sure your cake installation supports UTF8, (*3)

  2. Install Opauth-Odnoklassniki:, (*4)

    cd path_to_opauth/Strategy 
    git clone git@github.com:KuzminDima/opauth-odnoklassniki.git Odnoklassniki
    
  3. Create Odnoklassniki application, (*5)

  4. Configure Opauth-Odnoklassniki strategy with client_id, client_secret, client_public., (*6)

  5. Direct user to http://path_to_opauth/odnoklassniki to authenticate, (*7)

Strategy configuration

Required parameters:, (*8)

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

License

Opauth-Odnoklassniki is MIT Licensed, (*9)

The Versions

12/08 2014

dev-master

9999999-dev http://opauth.org

Odnoklassniki strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Kuzmin Dima

authentication auth odnoklassniki