{ var qwe = new HttpRequest(); string response = qwe.Get("https://api.vk.com/method/" + "account.getBanned" + "?" + "&count=" + "1" + "&access_token=" + access_token).ToString(); richTextBox1.Text = response; } Код { var qwe = new HttpRequest(); string response = qwe.Get("https://api.vk.com/method/" + "account.getBanned" + "?" + "&count=" + "1" + "&access_token=" + access_token).ToString(); richTextBox1.Text = response; } Ошибка {"error":{"error_code":5,"error_msg":"User authorization failed: no access_token passed.","request_params":[{"key":"oauth","value":"1"},{"key":"method","value":"account.getBanned"},{"key":"","value":""},{"key":"count","value":"1"}]}} Код {"error":{"error_code":5,"error_msg":"User authorization failed: no access_token passed.","request_params":[{"key":"oauth","value":"1"},{"key":"method","value":"account.getBanned"},{"key":"","value":""},{"key":"count","value":"1"}]}} как исправить? авторизация норм проходит