【发布时间】:2016-11-26 09:23:25
【问题描述】:
我正在使用 REST API V1.0 来获取和创建联系人, 我想在v1.0中使用基于ID的更新联系人,相同的参数需要传递什么。
创建新联系人我正在使用https://outlook.office365.com/api/v1.0/me/contacts 并获取联系人https://outlook.office365.com/api/v1.0/me/contacts?$select=EmailAddresses
请让我知道 V1.0 中的更新情况
【问题讨论】:
-
我尝试使用 outlook.office.com/api/v1.0/me/contacts/… 它给出了错误 {"error":{"code":"OAuthMissingForThisService","message":"此服务的身份验证需要 OAuth:outlook.office.com。 "}}
标签: c#-4.0 office365 office365api office365-restapi