Dazz
Dazz

Reputation: 629

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

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?

Upvotes: 1

Views: 350

Answers (1)

user7823505
user7823505

Reputation:

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

Upvotes: 1

Related Questions