Loại đăng nhập Skydrive API Windows 8 (Skydrive API login type Windows 8)


問題描述

Loại đăng nhập Skydrive API Windows 8 (Skydrive API login type Windows 8)

I'm trying to find a way to differentiate how the user logs in to SkyDrive in an app, there are at least two way. One is a regular login screen where users enter their credentials then log in. The other one is the automatic Windows 8 login, which happens when users log in to Windows 8 with their live account; that automatically signs them in to SkyDrive in the Windows Store apps.

As far as I can tell, there's no way to tell the difference in the SkyDrive API, but if somebody knows a way, that would help a lot.

Thanks!


參考解法

方法 1:

Ok I found the answer. The LiveAuthClient has a CanLogout property, which will be false if it's a Windows 8 login, and true if it's a regular credential form login.

(by CarloCarlo)

參考文件

  1. Skydrive API login type Windows 8 (CC BY‑SA 3.0/4.0)

#onedrive #windows-8






相關問題

WP7-Skydrive API 下載任何文件並保存隔離存儲 (WP7-Skydrive API Download Any file and Save Isolated Storage)

如何編寫 .NET 控制台應用程序來訪問 SkyDrive? (How can I write a .NET console application to access SkyDrive?)

Loại đăng nhập Skydrive API Windows 8 (Skydrive API login type Windows 8)

如何使用 Rest api 和 oauth2.0 創建文件夾和上傳文件 (How to create folder and upload file using Rest api and oauth2.0)

從 ERP 保存到 OneDrive (Save to OneDrive from ERP)

適用於 Windows 通用 APP 的 OneDrive Api (OneDrive Api for Windows Universal APP)

一種 Drive / Office365 與 Google Apps Script 類似的腳本語言 (One Drive / Office365 similar scripting language as the Google Apps Script)

OneDrive API 瀏覽器 C# (OneDrive API browser C#)

從 Python 應用程序訪問 Microsoft Live 服務 (Access Microsoft Live services from Python application)

一個驅動器 api 安全 URL (One drive api secure url)

嘗試使用 get-PnPFile 從 OneDrive 獲取文件的所有版本時找不到文件 (File not found trying to get all versions of a file from OneDrive using get-PnPFile)

一個驅動器遷移 (One Drive Migration)







留言討論