php-google-contacts-v3-api icon indicating copy to clipboard operation
php-google-contacts-v3-api copied to clipboard

👥 PHP library for the Google Contacts API (v3)

Results 17 php-google-contacts-v3-api issues
Sort by recently updated
recently updated
newest added

When i'm adding new contact i have it doubled in my google contacts. `$name = $number; $phoneNumber = "+48".$number; $emailAddress = $number.'@'.$number.'.com'; if(($newContact = rapidweb\googlecontacts\factories\ContactFactory::create($name, $phoneNumber, $emailAddress...` --- Want to...

Hello, I followed the configuration steps and im unable to retrieve the contact list, when i select the google account i have the error: simplexml_load_string(): Entity: line 7: parser error...

Hi thank You very much for the extension. Please check in rapidweb\googlecontacts\factories\ContactFactory in method submitUpdates - there is no line for editing content of the contact. The xml that we...

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/49928778-error-running-authorise-application-php?utm_campaign=plugin&utm_content=tracker%2F19518826&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F19518826&utm_medium=issues&utm_source=github).

{ "clientID": 'I am able to get' "clientSecret": 'I am able to get' "redirectUri": "https://somepath/gcontact/vendor/rapidwebltd/php-google-contacts-v3-api/redirect-handler.php", "developerKey": "",

Hello, I am using google contacts API in php and I am facing problem in getting Starred contacts. --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39872924-google-contacts-api-how-to-get-starred-contacts?utm_campaign=plugin&utm_content=tracker%2F19518826&utm_medium=issues&utm_source=github)** We...

enhancement

Is it possible to make the library so that we can add a new contact into certain group? The most of the people who are using this libriary is people...