rapidwebltd/php-google-people-api

Return resource name on creating a new contact

TimsSolutions opened this issue · 1 comments

Hey, Is it possible to return the resource name when creating a new contact?

Yes its possible, after saving the contact:

....
$contact->save();
$resourceName = $contact->resourceName;
echo $resourceName;