Wednesday, December 05, 2007 10:42 AM
by
alogan
ANNOUNCEMENT: New capabilities in Messenger APIs (Smooth Sign Up for Sharing Presence, Presence API, Color configuration on IM Control)
A while ago I announced the Windows Live Messenger IM Control on my blog - got to http://dev.live.com/Messenger/
The team have been doing some really cool stuff lately;
We got some feedback:
- Its great but I can't have my users copying and pasting, how can I streamline the signup so all my users can easily publish their presence (for example a social network).
- I love the Windows Live blue but I want to configure the colors
- How can I programmatically query the presence.
- Its all good but I want more!
What have we done?
- Ability to Invite Users to Share Online Presence (and return the ID): You can now add a hyperlink to your site saying "Show my Presence" and that goes out to the WebSignup.aspx page which allows a user to opt in to show their presence and receive IMs via the Web.
{
"status": "Offline",
"icon":
{
"height": 16,
"url": "http://settings.messenger.live.com/static/w13r2/Conversation/img/Status_Online.gif",
"width": 16
},
"statusText": "Online",
"id": "12BACD345678@apps.messenger.live.com",
"displayName": "Name"
}
- Seeing this implemented in a sample - I added the collection code into the Adventure Works Resorts Quick App (WLQuickApps.Social) - all the code is available at http://codeplex.com/wlquickapps