Our latest posts and our favorite links, all on your phone or mobile deviceVisit m.LiveSide.netOr go to www.LiveSide.net on your mobile device and we'll redirect you!
Redmond
Dallas (server)
London
Shanghai
LiveSide.net Promote Your Page Too
A lot of people nowadays have Twitter accounts, a Facebook account etc. and if you’re reading this then I’m also assuming you have a Windows Live account and some interest in Windows Live Services. Each of these have their own “Personal Message” where you can tell people what you are currently doing and there-in lies the problem. You have to visit each of these places to update them individually. Why not have a central place where you can update them all?
The good news is that you can. There are various ways of doing this, whether through a website or a Silverlight application. Basically anything that can use web services. With Microsoft’s recent introduction of the Windows Live Web Toolbar, I thought I’d do just that and show you how easy it is. I will be building upon my previous articles regarding the new Windows Live controls so please go check them out if you haven’t already as I’ve discussed a lot of the code present in this mashup in previous articles.
Following on from my previous tutorial on how to integrate the Windows Live Web Bar into your site, we’ll build upon this and show you some of the other UI controls that you can use in your site.
One thing that a lot of people might want to do is display the signed-on users’ display picture somewhere on the site other than in the web-bar.
A few months ago at Mix 09, the Windows Live Team launched a number of exciting new additions under the Windows Live Web Toolkit. One of which was the Windows Live Web Toolbar. This toolbar allows you include presence information into your site as well as other social experiences.
In this tutorial I will show you just how easy it is to incorporate the Web Toolbar into your own site.
First of all, you need to have access to the Windows Azure development portal. In order to use the Web Toolbar you need to register with Azure and receive an application ID and secret Key :-
Building an application that uses the LiveFX is easy. So is building an application that uses Windows Live ID. Using the Windows Live ID Client SDK also means that you’re not asking a user to supply your application with the username and password which means that the user can remain safe that they’re not just giving out their username and password for the program to with as he wishes. So if both sorts of programs are easy, is it easy to combine the two? Well, yes.
In Visual Studio, I created a quick Windows Form that looks like the following: