Google API Client and access to Birthday and Age
问题 I am trying to login through Google API and getting access to some of the user data, including birthday. This is the code and scopes I am using: <?php set_include_path(get_include_path() . PATH_SEPARATOR . __DIR__ .'/vendor/google/apiclient/src'); require_once __DIR__.'/vendor/autoload.php'; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; const CLIENT_ID = '[MY CLIENT ID]'; const CLIENT_SECRET = '[MY APP SECRET]'; const APPLICATION_NAME = "Google+