我在用户个人资料上发布问题(并非所有用户都出错)。
错误代码:400 错误消息:必须由 Google+ 信息页或代表 Google+ 信息页调用此方法。
$options = array( "headers" => array( 'content-type' => 'application/json;' ), "body" => json_encode($activity) );
$httpClient = $this->gplus->client->authorize();
$request = $httpClient->post("googleapis.com/plusPages/v2/people/$Id/activities";, $options);
$response = $request->getBody();
$googlePostResponse = $response->getContents();
$googlePostResponse = json_decode($googlePostResponse, TRUE);