在 android 应用程序中集成 outlook 365 登录
Integrate outlook 365 sign in in android application
我正在开发一个 android 应用程序,但为了登录,我需要使用 outlook 365 登录。我尝试使用 google+ 登录并且有效,但没有官方文档如何通过 outlook 365 集成。有人可以帮忙吗?
您可以参考以下微软官方MSDN文档:
您可以在其中找到 Android 的示例项目 GitHub:
Office 365 Connect Sample for Android
To learn more about the sample, visit our understanding the code wiki
page. If you just want to use this code sample in your app, visit the
Using the O365 Android Connect sample code in your app.
希望对您有所帮助!
我正在开发一个 android 应用程序,但为了登录,我需要使用 outlook 365 登录。我尝试使用 google+ 登录并且有效,但没有官方文档如何通过 outlook 365 集成。有人可以帮忙吗?
您可以参考以下微软官方MSDN文档:
您可以在其中找到 Android 的示例项目 GitHub:
Office 365 Connect Sample for Android
To learn more about the sample, visit our understanding the code wiki page. If you just want to use this code sample in your app, visit the Using the O365 Android Connect sample code in your app.
希望对您有所帮助!