how to implement OAuth connection to 3rd party from Outlook Mobile App addin

点点圈 提交于 2019-12-11 05:39:47

问题


we tried opening a window, office dialogAsyncApi but they didnt work. the call never returned to the add-in running in outlook mobile app on both android & ios. what is the preferred approach?


回答1:


Below are some resources on using the dialog API in Office.js. They should be supported in Outlook Mobile on iOS and Android. This is preferrable to window.open.

Dialog API in Office Add-ins

Dialog API doc



来源:https://stackoverflow.com/questions/53226711/how-to-implement-oauth-connection-to-3rd-party-from-outlook-mobile-app-addin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!