是否可以将 Outlook Social Connector 与 Rails 集成?

Is it possible to integrate Outlook Social Connector with Rails?

我目前正在研究将 rails 应用程序与交换连接以获取用户信息的可能性。我想用用户个人资料创建 rails 页面,并从交换中获取个人资料信息。

我发现了这个:Outlook Social Connector

据我了解,这是一个 API 用于从交换中获取有关用户的信息(联系人列表、更新、新等),不是吗?

所以,请帮助我理解这件事...

是否可以使用某些 EWS/Social 连接器 API 获取我的 outlook 联系人的 facebook 更新?

不,Outlook Social Connector 是 Outlook 可以连接到社交网络的一种方式。听起来您想访问 Exchange 服务器中的数据。你看过REST APIs? There's a Rails sample here: https://github.com/jasonjoh/o365-vcftool. The code from that sample is also wrapped in the ruby_outlook gem.

了吗