dev-master
9999999-dev http://opauth.orgSinaWeibo strategy for Opauth
MIT
The Requires
- php >=5.2.0
- opauth/opauth >=0.2.0
by U-Zyn Chua
authentication auth sina weibo sinaweibo
Wallogit.com
2017 © Pedro Peláez
SinaWeibo strategy for Opauth
Opauth strategy for Sina Weibo authentication., (*1)
Based on Opauth's Facebook Oauth2 Strategy, (*2)
Make sure your cake installation supports UTF8, (*3)
Install Opauth-Sina:, (*4)
cd path_to_opauth/Strategy git clone git://github.com/dgrabla/opauth-sina.git SinaWeibo
Create Sina Weibo application at http://open.weibo.com/apps/, (*5)
Configure Opauth-Sina Weibo strategy with key and secret., (*6)
Direct user to http://path_to_opauth/sinaweibo to authenticate, (*7)
Required parameters:, (*8)
<?php
'SinaWeibo' => array(
'key' => 'YOUR APP KEY',
'secret' => 'YOUR APP SECRET'
)
Opauth-SinaWeibo is MIT Licensed, (*9)
SinaWeibo strategy for Opauth
MIT
authentication auth sina weibo sinaweibo