Yammer 与 Outlook 的集成

Integration of Yammer with Outlook

我能否将 Outlook 与 Yammer 集成,以便我的联系人 (Outlook) 中的人员可以直接添加到 Yammer 上的组中?

或者我可以将邮件作为消息直接转发给 Yammer 上的用户吗?

是否可以创建允许我在 Yammer 和 Outlook 之间交换数据的应用程序?

你所看到的对我来说似乎是完全可能的。例如,我认为最好的方法是使用 Azure AD. Both Yammer and Outlook REST APIs can be discovered with Azure AD, see this link 注册您的应用程序。

现在您知道您将使用 OAUTH 流程定位 Azure AD。您必须问问自己,您是希望您的应用执行请求,还是您的网络服务器会执行请求(参见 OAUTH 流程 "implicit" 与 "code authorization")。