Not Able to Get Applications Url for Skype for Business

后端 未结 4 897
走了就别回头了
走了就别回头了 2021-01-07 09:59

I\'m trying to use the REST API in Skype for Business Online by following the instructions here: https://msdn.microsoft.com/EN-US/library/office/mt590891(v=office.16).aspx.

4条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-07 10:41

    I'll try and answer as short as possible - I got this working. 1st issue - when you don't get "applications" in the result, you should have a "redirect" value instead. Keep following that and doing your GET against it (using the process of getting access tokens and adding the auth header) and eventually you should get the applications Url. 2nd issue - after you get your applications URL, you need to go get another access token and use the host name of the applications URL as the resource ID. Then you can post and create your app. Really hope this helps someone. :-)

提交回复
热议问题