__construct() public method

construct WeiboOAuth object
public __construct ( $client_id, $client_secret, $access_token = NULL, $refresh_token = NULL )
Ejemplo n.º 1
0
 function __construct($akey, $skey, $access_token = NULL, $refresh_token = NULL)
 {
     parent::__construct($akey, $skey, $access_token, $refresh_token);
 }