Questions tagged [windows-live]

Windows Live was the brand name for a set of services and software products from Microsoft; part of their software plus services platform.

Windows Live was the brand name for a set of services and software products from Microsoft; part of their software plus services platform. In April 2013, the website was closed down. A majority of these services are Web applications, accessible from a browser, but there are also client-side binary applications that require installation. There are three ways in which Windows Live services are offered: Windows Essentials applications, web services, and mobile services.

107 questions
0
votes
1 answer

oauth2 with windows live returns allways "HTTP request forbidden with client authentication scheme 'Anonymous'"

I wannt to use the loggin functionality of windows live for my app. Therefore I defined a redirect URL and created an App-ID and got an App-secret from: https://account.live.com/developers/applications/create?tou=1 But every time I try to loggin to…
user1911091
  • 1,219
  • 2
  • 14
  • 32
0
votes
1 answer

simplesamPHP not recognising windows live auth

I have a simplesamlphp api script which just checks if the user is logged in, then displays the attributes. Its seems to work with a facebook idp. However microsoft keeps attempting to login. Here is the basic…
Rob
  • 409
  • 4
  • 20
0
votes
1 answer

Is the Windows Live Connect Client ID a secret?

I've just started Windows Phone app development. I'm using the Live Connect API and I am confused about the credentials. When I configured my app in the Live Connect Developer Centre I was given a ClientID and a Secret. However I don't seem to have…
Jamie Kitson
  • 3,973
  • 4
  • 37
  • 50
0
votes
2 answers

LiveAuthClient InitializeAsync hangs

I am having trouble with a demo from msdn The demo On the method updateUserName: public static async Task updateUserName(TextBlock userName, Boolean signIn) { try { // Open Live Connect SDK client. …
Mario Stoilov
  • 3,411
  • 5
  • 31
  • 51
0
votes
1 answer

DotNetOpenAuth.AspNet - How to avoid popupui=1 on Windows Live?

In contrast to all the other questions I've found here on SO, I DON'T want a popup window. The trouble is that it seems by default that with Windows Live/Microsoft Account DotNetOpenAuth seems to set popupui=1 on the query string from…
cirrus
  • 5,624
  • 8
  • 44
  • 62
0
votes
1 answer

Microsoft Dynamics CRM SOAP "The credential is blocked." When authenticating using Windows Live ID

Hi I'm connecting to dynamics online using SOAP in C# to add custom entities. The login type being used is a windows live account. I'm running into an odd error when i try and connect to the server atm, it seems to have just start with little…
Soyeed
  • 263
  • 1
  • 5
  • 12
0
votes
1 answer

Want to get html content of Microsoft Live Login page

I have url: https://login.live.com/login.srf?wa=wsignin1.0&wtrealm=http%3a%2f%2fcorp.sts.microsoft.com&wctx=7b4cd04b-7dc2-4880-9f77-20c8c6ef64c4&wct=2013-03-11T06%3a54%3a42Z&whr=uri%3aWindowsLiveID. I want to get htmlcotent of this webpage as…
0
votes
1 answer

Getting error while fetching information from windows live server

I am trying to authenticate user through windows live account with following code. byte[] byteArray = Encoding.UTF8.GetBytes(postData); WebRequest request = WebRequest.Create("https://oauth.live.com/token"); request.ContentType =…
Diboliya
  • 1,124
  • 3
  • 15
  • 38
0
votes
1 answer

What URL do I post to for Live Search SOAP service?

Its possible I am just really really thick. However, looking over the SDK for the live search (MSN search) that uses SOAP, doesn't tell me what URL the service is at?? I can download SDKs for C# or VB which probably encapsulate, but that doesn't…
Michael Neale
  • 19,248
  • 19
  • 77
  • 109
0
votes
2 answers

How to read/extract the calendar entries returned by the GetAsync() in the Live SDK?

I am trying to get all the calendars a user has. The code I am using is: LiveConnectClient liveClient = new LiveConnectClient( App.Session ); LiveOperationResult operationResult = await liveClient.GetAsync( "me/calendars" ); dynamic result =…
user1211925
0
votes
1 answer

rich-text editor for message body in Hotmail freezes when entering subject and Addressee first

It's a strange problem, happened hundred of times. I am trying to find out why is the rich-text editor for message body in Hotmail Freezes when you enter subject and Addressee first.(some times!). I am using The Latest Version of Chrome Version…
Alaa Alweish
  • 8,904
  • 16
  • 57
  • 84
0
votes
1 answer

HTML E-mail Sig to work in Firefox (Image Related)

Using Windows Live E-mail, I make a signature and save the file which gives me the following code.
Jawad
  • 8,352
  • 10
  • 40
  • 45
0
votes
1 answer

Live ID with MVC with out ASP.NET Membership

Does anyone know is there a way to implement Windows Live ID authentication into your ASP.NET MVC site. I am moving a project from Web Forms to a MVC solution and do not want to rebuild the database so ASP.NET Membership mentioned in…
0
votes
1 answer

ExternalConsentConnectivityProblem Windows Live OAuth

I am trying to get the list of contacts from hotmail.com. I have registered my application and I was trying to use the sample code provided here (OAuth Wrap CallBack). But I am getting the following repose from the…
Fox
  • 9,384
  • 13
  • 42
  • 63
0
votes
2 answers

Windows Phone - Phone Number Verification

Is there a way on the Windows Phone to access the users mobile number? Is it possible to gain this information by asking permission or possible having the user sign in via a Windows Live Account to gain the information? I wanted to see if there is a…
Jay
  • 1
  • 1