Xbox Live To Twitter

TL;DR

Guide to connecting your Xbox Live gamertag to Twitter using a custom application, including troubleshooting tips and links to source code and downloads.

4 January 2008
Written by Martin Hinshelwood
1 minute read
Comments
Subscribe

I had been trying to find an application that provided updates to twitter from my Xbox. There is such an application written by Duncan Mackenzie , but I could not get it to work. I tried everything and ended up decompiling the application to see what was wrong. Well, it seamed that the guts of the application was missing! The source code has all of the UI elements, but none of the bit to do the updates.

I tested the web service and it worked, so the only thing to do (Duncan has not updated the application since May 2007) was to write my own version. As I did not have access to Xbox Live data directly, I have leveraged Duncan’s web service and only created the front end.

You can download the application from CodePlex along with all the source code .

if you have any problems, please create or vote for Issues via the interfacesmile_regular.

Technorati Tags: RDdotNet  Xbox

Comments
Subscribe

What to read next

Article

My first Extension method

Explains how to create and use extension methods in VB.NET, with an example for enhancing the XboxInfo class to display and track Xbox Live …

Read article