135 protected function query($scope, $param = NULL)
143 $http->setRedirect(
false);
146 "access_code" => $this->accessToken,
147 "client_id" => $this->clientId,
148 "client_secret" => $this->clientSecret,
149 "data" => json_encode($param, JSON_UNESCAPED_UNICODE)
154 $postData = array_merge($postData, $param);
157 $http->post(self::API_URL.$scope, $postData,
false);