2017 © Pedro Peláez
 

library sinaweibo

SinaWeibo strategy for Opauth

image

opauth/sinaweibo

SinaWeibo strategy for Opauth

  • Tuesday, November 6, 2012
  • by hfcorriez
  • Repository
  • 2 Watchers
  • 9 Stars
  • 670 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Opauth-SinaWeibo

Opauth strategy for Sina Weibo authentication., (*1)

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

Getting started

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

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

    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/, (*5)

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

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

Strategy configuration

Required parameters:, (*8)

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

License

Opauth-SinaWeibo is MIT Licensed, (*9)

The Versions

06/11 2012

dev-master

9999999-dev http://opauth.org

SinaWeibo strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth sina weibo sinaweibo