Ошибка API Google API при проверке токена
Я пытаюсь использовать Google-API для входа в Google, но когда я это делаю // $token is set to a correct value beforehand require_once 'inc/google-api/vendor/autoload.php'; $client = new Google_Client(['client_id' => '280452639491-s53psco36kn5cm3nitma4gpqsq9ik3ao.apps.googleusercontent.com']); $payload = $client->verifyIdToken($token); как указано в Google , эта ошибка появляется: Fatal error: Uncaught exception 'RuntimeException' with message 'Guzzle requires cURL, the allow_url_fopen ini setting, […]