[Windows Store App] Windows Store App with LiveSDK by C# – Scopes and Permissions

在前面的兩篇文章裡簡單的介紹過說,
如何簡單的登入(連結)Live ID,以及使用SignInButton 的注意小事項
但是單單這樣而已,基本上這個App沒甚麼用呀!
一個App使用Live SDK時,除了利用SSO外,另一個重要的就是如何得到這個Live ID的各種資料。
在讀取資料之前,先來介紹一下Scopes..........

...繼續閱讀 »

[Windows Store App] Windows Store App with LiveSDK – SignInButton 的注意小事項

在上次文章 [[Windows Store App] Windows Store App with LiveSDK–Single Sign-on] 介紹中,
提到了怎麼利用SignInButton這個控制項,簡單的進行登入Live ID。
但是在Windows Store App中,就只是這樣做的話,
很有可能發生
"無法從應用程式登出,因為使用者帳戶已連結。 (發生例外狀況於 HRESULT: 0x8086000E)"的錯誤訊息....

...繼續閱讀 »

[Windows Store App] Windows Store App with LiveSDK – Single Sign-on

Windows 8 推出後,跟Live ID的合作越來越密切,
而現在Live SDK也支援了Windows Store App的開發,
Live Connect Developer Center 也可以看到Windows Store App開發的文件以及Sample,
因此...就下載下來把玩看看啦!

如果有碰到"An error occurred while performing the operation."的錯誤時,可以參考這樣解決~

...繼續閱讀 »