$customConfig = (object) array(
'clientID' => '<clientId which you get according to setup above>',
'clientSecret' => '<clientSecret which you get according to setup above>',
'redirectUri' => '<your redirect uri>',
'developerKey' => '<developer key>',
'refreshToken' => '<refresh token specific for google account>'
);
$contacts = ContactFactory::getAll($customConfig);
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.