Opauth strategy for Probook.bg authentication.
Based on Opauth's Facebook Oauth2 Strategy
-
Make sure your cake installation supports UTF8
-
Install Opauth-Probook:
cd path_to_opauth/Strategy git clone git://github.com/clientbg/opauth-probook.git Probook
-
Require credentials by sending a request to [email protected]
-
Configure Opauth-Probook strategy with
client_id
andclient_secret
. -
Direct user to
http://path_to_opauth/probook
to authenticate
Required parameters:
<?php
'Probook' => array(
'client_id' => 'YOUR APP KEY',
'client_secret' => 'YOUR APP SECRET'
)
Opauth-Probook is MIT Licensed