windows-live-id

LiveID API fails - missing token

情到浓时终转凉″ 提交于 2019-12-08 12:16:03
问题 I'm trying to retrieve some information from the LiveID API but am getting the error: The provided request does not include an access token. An access token is required in order to request this resource. the code is relatively simple; I'm including the library, calling the initialiser with the nameidentifier claim I get from WIF and then requesting the me path. from the error message I surmise I failed to provide an access token... but wouldn't my app have this already since I successfully

Getting the currently logged-in Windows Live Id (Windows Phone 7)

狂风中的少年 提交于 2019-12-07 19:46:06
问题 I know Windows Phone 7 requires you to enter you Windows Live Id on startup. Is there a way to get access to information about that account from my Silverlight app installed on the phone? Thanks, 回答1: At this stage the Windows Live ID will not be available automatically to 3rd party applications. We are expecting an anonymous live id for the purpose of uniqueness identification however. Some further detail here and here on this topic. We'll see more on ExtendedProperties hopefully soon. 回答2:

Windows Live SDK doesn't LogOut()

眉间皱痕 提交于 2019-12-06 04:04:53
Microsoft Live ID is now called Microsoft Account. Having said that, let's say I log into Windows 8 as sam@email.com and run an app. That app uses the Live SDK to access my Microsoft Account profile. Before it can do so, however, I must give it explicit permission and log in. So far, perfect. Though I gave the app permission to sam@email.com I want to change it to janet@email.com so I click the app's Logout button which queries LiveAuthClient.CanLogout() from the SDK. Confusingly, the SDK returns false (I cannot log out). Why not? Once the current Windows 8 user has logged into a Windows 8 app

Getting the currently logged-in Windows Live Id (Windows Phone 7)

萝らか妹 提交于 2019-12-06 03:40:28
I know Windows Phone 7 requires you to enter you Windows Live Id on startup. Is there a way to get access to information about that account from my Silverlight app installed on the phone? Thanks, At this stage the Windows Live ID will not be available automatically to 3rd party applications. We are expecting an anonymous live id for the purpose of uniqueness identification however. Some further detail here and here on this topic. We'll see more on ExtendedProperties hopefully soon. It is not currently (with the Beta SDK) possible to get this or any other device specific information. Apparently

Windows Live ID login via HttpRequest

老子叫甜甜 提交于 2019-12-01 10:02:05
问题 I want interact with one web via HttpRequest/HttpResponse. But the web requires login via Windows Live ID. I go to the live login page, but I can't get any usable response from login page. The code used to access the login page: var request = (HttpWebRequest)WebRequest.Create("http://login.live.com/"); request.Timeout = 30000; request.UserAgent = "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 (.NET CLR 3.5.30729)"; request.Accept = "text/html

Does HoTMaiL or Windows Live ID support OpenID authentication?

浪尽此生 提交于 2019-11-30 08:48:16
Does Windows Live ID or Hotmail (Passport) support OpenID based authentication? If yes, what is the endpoint url, and do I have to register my application somewhere to use it? If no, do they have their own API for 3rd-party authentication? On the Windows Live Blog , there are only two different mentions of Open ID. Neither of those point to any actual movement on implementing Open ID. Welcome to the Windows Live for Developers Blog Announcing Support for OAuth 2.0 There is no mention of a working Microsoft provider on the OpenID Web Site . Even though Microsoft is part of the OpenID board , it

Does HoTMaiL or Windows Live ID support OpenID authentication?

雨燕双飞 提交于 2019-11-29 12:25:40
问题 Does Windows Live ID or Hotmail (Passport) support OpenID based authentication? If yes, what is the endpoint url, and do I have to register my application somewhere to use it? If no, do they have their own API for 3rd-party authentication? 回答1: On the Windows Live Blog, there are only two different mentions of Open ID. Neither of those point to any actual movement on implementing Open ID. Welcome to the Windows Live for Developers Blog Announcing Support for OAuth 2.0 There is no mention of a

Is Windows Live ID an OpenID Provider? [closed]

随声附和 提交于 2019-11-29 10:12:31
I've heard different things. Seems like Microsoft experimented with a beta service , but I don't know if it's still available, or ever made it into production. If Windows Live ID is an OpenID Provider, where is the endpoint? No. Windows Live ID is not an OpenID Provider. They use a proprietary protocol. Ever since the close of their "beta" period, they've never announced plans to continue with it. toddm Check out this , I believe they use OAuth (not OpenID). Looks like it really hasn't made it into production. http://winliveid.spaces.live.com/ ( blog post permalink ) 来源: https://stackoverflow

Log in to desktop application by Windows Live ID

好久不见. 提交于 2019-11-29 09:35:21
I want to create a login form for my desktop application that user can use Windows Live ID for that. I create an application in manage.dev.live.com and use Desktop Implementation section. I use a WebBrowser control and navigate to a given address. but I don't know how to receive the token for user. If I have made a mistake please tell me how to fix that. Daniel Shue As of June 2011, Windows Live ID supports OAUTH 2.0 and should enable you to do that ( read more about it ). WPF code example can be found at https://github.com/liveservices/LiveSDK/tree/master/Samples/CSharpDesktop . 来源: https:/

Is Windows Live ID an OpenID Provider? [closed]

天涯浪子 提交于 2019-11-28 03:50:59
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I've heard different things. Seems like Microsoft experimented with a beta service, but I don't know if it's still available, or ever made it into production. If Windows Live ID is an OpenID Provider, where is the endpoint? 回答1: No. Windows Live ID is not an OpenID Provider. They use a proprietary protocol. Ever