Skip to content

Instantly share code, notes, and snippets.

@fddxyz
fddxyz / duoshuo
Created September 23, 2012 08:25
duoshuo sso auth class
<?php
//more info at:http://dev.duoshuo.com/threads/5023323ce9b7bde608000012
class duoshuo extends CI_Controller
{
public $short_name="";
public $secret ="";
public $remote_auth ="";
public $access_token ="";