我尝试通过此代码添加人员圈子:
requirements.txt
我收到错误:
$this->google = new \Google_Service_PlusDomains($this->client);
......
$this->google->circles->addPeople(
$circleId, ['userId' => $userId]
);
我在Google Plus域文档中看到,但它没有php示例(只是java和ruby):https://developers.google.com/+/domains/circles/adding