Archive for September, 2010
Moving users between domains in BPOS
You can attach several domains to your BPOS account. For example, if you’re running a corporation called Contoso, you might want contoso.com and contoso.net. Your user accounts would then be created under one of these domains, e.g. joe@contoso.com. But what if you need to move users between domains? The unfortunate fact is that you can’t […]
September 18, 2010
· Jouni Heikniemi · No Comments
Tags: BPOS · Posted in: Cloud, Windows IT
Twitter and OAuth in desktop applications
If you’re into Twitter API programming, you probably know that the end of basic authentication is here. This post delves into the question of using the OAuth authentication mechanism in desktop applications. If you know the subject, this post will give you some practical advice for C# application development. If you don’t, it’ll act as […]
September 2, 2010
· Jouni Heikniemi · 10 Comments
Tags: OAuth, Twitter · Posted in: .NET, Web