I would like to know how I can sign in through my application, either Web or Desktop, on Live?
I've been looking for a few things, but I have not been successful.
UPDATE
So, as bfavaretto suggested, I downloaded a sample from microsoft, but even so, it has an iFrame that calls "live.com", and that's not the intention, I'd like to do it in Server Side
for my server to make this call.
Follow the Microsoft code:
<h1>Welcome to the C# Sample for the Windows Live™ ID Web
Authentication SDK</h1>
<p>The text of the link below indicates whether you are signed in
or not. If the link invites you to <b>Sign in</b>, you are not
signed in yet. If it says <b>Sign out</b>, you are already signed
in.</p>
<iframe
id="WebAuthControl"
name="WebAuthControl"
src="http://login.live.com/controls/WebAuth.htm?appid=<%=AppId%>&style=font-size%3A+10pt%3B+font-family%3A+verdana%3B+background%3A+white%3B"width="80px"
height="20px"
marginwidth="0"
marginheight="0"
align="middle"
frameborder="0"
scrolling="no">
</iframe>
Any other suggestions?