Jump to content

Recommended Posts

Posted

Project Description

 

Animaonline Windows Live Presence Wrapper Let's you query Windows Live service for user's status.

Powered by Microsoft's Windows Live API

 

How To Use:

 

First: To query someone's status they will have to sign up for Live Presence to do so, use the following code

 

Animaonline.WindowsLive.PresenceWrapper Presence = new Animaonline.WindowsLive.PresenceWrapper();

Presence.SignUpForLivePresence("PrivacyURL", "ReturnURL");

 

To query Windows Live use the following code:

 

Animaonline.WindowsLive.PresenceWrapper Presence = new Animaonline.WindowsLive.PresenceWrapper();

Presence.GetPresence("animaonline@gmail.com");

 

The following code will output query result

 

Console.WriteLine("Status:{0} Display Name:{1}", Presence.status,Presence.displayName);http://channel9.msdn.com/Photos/366419.jpg

Download the project

 

More...

 

View All Our Microsft Related Feeds

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...