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
2
votes
2 answers

Does Windows hotmail or live support openid?

does hotmail/live support openid? if so , please help me with some sample programs to integrate windows openid in asp.net mvc. According to this link, microsoft does not support…
gs11111
  • 649
  • 2
  • 17
  • 49
2
votes
1 answer

Windows Live JS file - error 400

I just try to add Windows Live Connect JS API to my project and have an error: GET http://js.live.net/v5.0/wl.js 400 (Bad Request) This is the way I try to get it: Any…
mazikwyry
  • 197
  • 1
  • 10
2
votes
1 answer

WP8 + Upload File to Skydrive

I'm trying to upload a simple .cer file to SkyDrive. Regardless of the LiveConnectClient-Method I use, nothing happens. There is no compile, runtime or other Exception and my app never receives a LiveOperationResult. I'm using the emulator, and I'm…
Max Meier
  • 21
  • 1
  • 2
2
votes
1 answer

Android - Windows Live API, User has to sign in every time?

I am trying to submit a status from my application to Window's live, the user starts the app, gets asked to give my app permissions to do this, and once granted I have a live session object and I can update their status. This works…
crazyfool
  • 1,433
  • 4
  • 22
  • 38
2
votes
1 answer

Have facebook and windowslive openid url?

I read stackoverflow.com/questions/1827997/is-facebook-an-openid-provider questions. Also I read stackoverflow.com/questions/2264266/what-is-the-openid-url-of-facebook question. But these questions are asked 2 years ago and don't know any changes…
kalaba2003
  • 1,231
  • 3
  • 20
  • 33
1
vote
1 answer

Windows Phone LiveSDK Sign-in System.NotSupportedException in System.Windows.dll

I have a simple Windows Phone App (7.1) that uses the LiveSDK and simply asks the user to sign in, grant access, and then is supposed to get their name and display it on the screen. Once I sign in, I get the following error: A first chance…
user647311
  • 31
  • 3
1
vote
2 answers

Using REST to Login user to Windows Live

I was reading through the windows live developers doc here. In that I saw they are having an authentication method something like this. GET https://oauth.live.com/authorize?client_id=CLIENT_ID&scope=SCOPES& …
esafwan
  • 17,311
  • 33
  • 107
  • 166
1
vote
0 answers

Windows Live Contacts API, 2 Applications in one domain

We have 2 applications in 1 domain. one is in the root and the other is in a subdirectory (www.domain.com and www.domain.com/app2). We're using Windows Live API to import email contacts into both of our applications. But the issue is that Windows…
Lob City
  • 87
  • 8
1
vote
2 answers

Windows live api get email contact vs email hash

I am trying to get email contact from hotmail with php or javascript. I have read that windows live api return only hash of the email contact, and it is proved by the code example: http://isdk.dev.live.com/ISDK.aspx But some web site like facebook…
michele
  • 26,348
  • 30
  • 111
  • 168
1
vote
0 answers

facebook, LiveId and googlemail login in own application c#.net

I have a project in which my client wants to login using facebook, gmail or Live Id account. I am just new to OAuth concept. Some idea but not in deep. I have few queries, can anyone please help me out. What the internal mechanisum, i need to do…
amit patel
  • 2,287
  • 8
  • 31
  • 45
1
vote
1 answer

Windows Live ID giving back different User Token for the same User on different Apps?

Windows Live ID seems to be giving back a different User Token for the same User on different Apps. Heres the scoop. Windows Live ID is supposed (i think) to give me Unique User Token. I want to use this to identify the user. My App is 2 parts ... 1…
cmask
1
vote
2 answers

Get Hotmail Address book By Passing User Credentials?

Can anyone help me to get Hotmail contact list by passing user credentials. any code will help.
Basbous
  • 3,927
  • 4
  • 34
  • 62
1
vote
1 answer

MSN Protocol Documentation

Does anyone know of a good (up-to-date) reference for the MSN protocol? I have found some sites with simple google searches, but they all seem pretty dated. Does anyone know of a good source of documentation that they can vouch for... that they have…
elsurudo
  • 3,579
  • 2
  • 31
  • 48
1
vote
1 answer

Anyone have file structure documentation for Windows Live Mail contacts.edb file?

Does anyone have any documentation or info on the file structure of the contacts.edb file as it is used in Windows Live Mail? I can't seem to find any way to import file back into WLM (I'm told it HAS no way, and must be "backed up" via manual…
eidylon
  • 7,068
  • 20
  • 75
  • 118
1
vote
0 answers

Hybridauth - Windows Live stopped importing contacts

I'm not sure when it started, but Windows Live stopped returning contacts. Updating to version 2.10 did not help. The raw response for getUserContacts (Live.php) returns: object(stdClass)#10 (1) { ["data"]=> array(0) { } } Any clue/suggestion is…
Mike Feng
  • 803
  • 2
  • 9
  • 19