__construct()
__construct(mixed $akey, mixed $skey, mixed $access_token, mixed $refresh_token = NULL) : void
构造函数
Parameters
mixed | $akey | 微博开放平台应用APP KEY |
mixed | $skey | 微博开放平台应用APP SECRET |
mixed | $access_token | OAuth认证返回的token |
mixed | $refresh_token | OAuth认证返回的token secret |