Skip to content

dgrabla/opauth-sinaweibo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Opauth-SinaWeibo

Opauth strategy for Sina Weibo authentication.

Based on Opauth's Facebook Oauth2 Strategy

Getting started

  1. Make sure your cake installation supports UTF8

  2. Install Opauth-Sina:

    cd path_to_opauth/Strategy
    git clone git://github.com/dgrabla/opauth-sina.git SinaWeibo
  3. Create Sina Weibo application at http://open.weibo.com/apps/

    • It is a web application
      • Callback: http://path_to_opauth/sina_callback
  4. Configure Opauth-Sina Weibo strategy with key and secret.

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

Strategy configuration

Required parameters:

<?php
'SinaWeibo' => array(
	'key' => 'YOUR APP KEY',
	'secret' => 'YOUR APP SECRET'
)

License

Opauth-SinaWeibo is MIT Licensed

About

Opauth Sina module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages