使用以下
Windows 10 x64
Microsoft Visual Studio 2015 Community Edition
Targeting Dot Net Framework 4.6
通过 NuGet 安装 Google.Apis.People.v1(它安装了所有依赖项)
我可以通过调用
PeopleService.People.Connections.List("people/me").Execute
哪个返回来列出用户联系人ListConnectionsResponse
现在我可以使用该ListConnectionsResponse.Connections
属性访问用户联系人
现在我想更新Person.Photos
我在https://developers.google.com/people/上进行了搜索,但没有找到任何有关更新的信息,我最好的猜测是,它尚不支持。
如果我错了,你能通过指出正确的方向来帮助我,并纠正我吗?