Skype Trusted API抛出Server 500错误

时间:2017-06-09 06:42:29

标签: api skype-for-business skypedeveloper

我正在开发聊天应用程序,为此我使用Skype Trusted API。我按照此处列出的步骤" https://msdn.microsoft.com/en-us/skype/trusted-application-api/docs/anonymousmeetingjoin"。我遇到了可信API的问题,我需要帮助。我正在使用Java 1.8,spring-boot进行开发。

  1. 我可以使用" https://login.windows.net/ {tenantId} / oauth2 / token"获得有效的oauth令牌。 URL并传递有效的client_id,client_secret和resource params。
  2. 使用步骤1中的oauth令牌,我在" https://api.skypeforbusiness.com/platformService/v1/applications?endpointid=xxxx"获取服务的URL:application uri
  3. 然后使用步骤1中的oauth令牌和服务:来自步骤2的应用程序uri,我对" https://api.skypeforbusiness.com/platformService/v1/applications/ {applicationId}进行了GET?endpointid = xxxxxxxx"获得服务:anonApplicationTokens。
  4. 但是在第3步调用api是我遇到问题的地方。它总是返回服务器错误500.请在下面找到响应:

    服务器返回HTTP响应代码:500为URL:https://api.skypeforbusiness.com/platformservice/v1/applications/ {applicationid}?endpointId = xxxxxxxx

    请帮忙。另外,如果您需要任何其他详细信息,请与我们联系。

    提前致谢。

1 个答案:

答案 0 :(得分:0)

这是解码的X-MS-ClientDiagnostics

FirstLevel