Closed aa-ahmed-aa closed 6 years ago
Each contact object contains a self URL. If you get all the contacts, as below, you will be able to see the self URL for each contact.
$contacts = rapidweb\googlecontacts\factories\ContactFactory::getAll();
var_dump($contacts);
Thanks Again @DivineOmega
How to get the selfUrl of specific user to can update his data ?