Google OAuth 2 API – PHP SDK – Undefined array key "expires_in" – PHP Versions
I'm using the latest version of the Google API Client PHP SDK (v2.11) to request an OAuth2 access token. While retrieving an access token, I can see that the expires_in value is missing from the response, which leads to a…