Forum Discussion
Andy Waschick
Mar 03, 2017Copper Contributor
Calling resources on Trusted Application API for Skype Business Online shows CallbackUriUnreachable
I am tasked with implementing a bot connector for Skype for Business Online, and to say it has been challenging is an understatement. I realize that the Trusted Application API is very new, and just...
Renukha Rajaraman
Mar 24, 2017Former Employee
Hi Keji,
The callback is not shown in the endpoint in the Tenant Admin shell and that is expected.
If you have used the registration portal and registered a callback url. You should be good.
Could you also share your http request and response headers we can look into why the callback fails.
You can also look into the X-MS-Client diagnostics code in your response header. Its base 64 encode.
Let me know if this helps.
Apr 19, 2017
Hi,
I found root cause. Currently, Some Trusted Application API can run in US region of Office 365. My Office 365 tenant in Japan region. In non US region, I got error when call REST API.
Could you roll out this API to any regions? I want to this API on any regions.