Trying to use the YouTube API v3 to get some video(s) information, using Guzzle in Symfony2 using Service Descriptors.
When I run the script, I get this:
Guzzle 6 $response = $client->request('POST', $url, [ 'verify' => false, 'body'=>json_encode($postData) ]); $body = $response->getBody()->getContents();