新浪微盘SDK中OAuth2 $oAuth是什么意思
public function __construct(OAuth2 $oAuth, $root = 'sandbox')
前面有个OAuth2的类
酱油495年
9 years, 4 months ago
Answers
能不能好好地看一下文档,再来提问?
https://github.com/CloudSide/VdiskSDK-PHP/blob/master/Vdisk/Vdisk.php#...
/**
* 构造函数
*
* @access public
* @param OAuth2 $oAuth \Vdisk\OAuth2实例
* @param mixed $root 微盘容器的类型(basic or sandbox), 默认为sandbox
* @return void
*/
public function __construct(OAuth2 $oAuth, $root = 'sandbox') {
$this->OAuth = $oAuth;
$this->setRoot($root);
}
实例:
http://vauth.appsina.com/Doc/classes/Vdisk.OAuth2.html
新浪微盘 OAuth 认证类(OAuth2) Vdisk\OAuth2
授权机制说明请参考文档:http://vdisk.weibo.com/developers/index.php?module=api&action=authinfo
斑斑驳驳s
answered 9 years, 4 months ago