windows-live

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 help me (I am using ruby). http://search.live.com/developer/ ...

Windows Live ID in ASP.NET MVC

Hi, does anyone know is there a way to implement Windows Live ID authentication into your ASP.NET MVC site. There is some info about OpenID implementations and it uses some libraries. So is there a way to implement Live ID or it is not yet supported. Thank you ...

Trouble reading Windows Live Contacts Api results in php

I am using windows live contacts api to create find a friend functionality in a PHP 5 application. I am able to get the results fine but it's encoded "deflate". I have tried using gzuncompress to decompress but it returns false. If any one has experience using this api with php 5 and can help that would be great. ...

How to implement Windows Live ID Actions with ASP.NET AJAX

OK, so I'm working on an ASP.NET webapp with AJAX and the Windows Live ID SDK. I've successfully gotten it to authenticate via Live, however... The Windows Live ID spec indicates that I have to look for request headers "login", "logout", and "clearcookie". The recommended code samples include a Response.Redirect, which doesn't seem to...

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 = ASP.NET webapp...2 is WPF. (Same DB / User Table) Problem: When user logs in to ASP...

Live messenger login with silverlight

Hi, I need to use windows messenger login to get users authenticated and get their contact details ..display name etc. Currently I am using a DLL from codeplex It works fine. But in IE8 it does not work. IE8 with win 7 or IE8 with XP. So is there any other easy way of doing it? Thanks.. ...

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 windows-live-id-in-asp-net-mvc is not a valid solution. And just to avoide this question the customer not...

Windows Live Authenticaton

Is it possible to make HttpWebRequest query to windows Live ID enabled web sites? What is the method of authentication knowing username and clear text password? Could not found anything like that in Live ID SDK. ...

How to get email ID from CID in Windows live ID Authentication

I am using Windows Authentication for Login in My site, I need the email Address of my contact to send email. How can I achieve this . ...

Using RestEasy with Windows Live Service, how do you unmarshall the list of Contacts returned?

I'm trying to get my contacts from Windows Live using RestEasy After succesfully authenticating my user, I've made the call to https://livecontacts.services.live.com/users/@L@/rest/livecontacts Set the authentication header, added my id and my tokens If i make the call from command line using cUrl I get the expected output, but in my w...

Does MSN/Hotmail support OAuth?

I want to allow users on my website to import contacts from their hotmail account, using OAuth. Is it possible? ...

Windows Live Web Authentication on Google App Engine (GAE) using Python

I'm struggling to get Windows Live Web Authentication running on Google App Engine (GAE) using Python, as I'm quite new to the language. However there are lots of examples for Facebook and Twitter, I was wondering if anyone had come up with a solution for Windows Live yet? ...

LiveDataContext.SignIn

Hi there, Am I correct in understanding that the Method LiveDataContext.SignIn can only be used in Windows Applications? Reference: http://msdn.microsoft.com/en-us/library/ff747817.aspx I tried to implement it in ASP.NET but get an error that I cannot use Modal Windows. So it seems to me that SignIn uses the Windows.Forms. Thanks for...

windows live hotmail inbox integration

I am working on Windows live integration and I could find the knowledge of how to do add the signing in, share, chat but I couldn't know how to add the Hotmail inbox like on MSN.com any help or links ? ...