got net?

Kevin Hazzard's Brain Spigot

About the author

Welcome to Kevin Hazzard's blog.
E-mail me Send mail

Recent posts

Recent comments

Authors

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2010

Follow Me Follow You

I've been playing around with the Twitter API and some of the more popular Twitter clients. My favorite desktop client for Twitter is TweetDeck. But one feature I really would like to have is a view of the relationships between my friends and followers. I want to see something like this:

I thought if I could manufacture that sort of diagram where the people in each part were clickable, I would be able to see and manage the relationships in my "tribe" more clearly. Tonight, taking a break from work coding, I created a desktop application that isn't as pretty but does what I want. It's called Follow Me Follow You and it looks like this:

OK, I warned you it wasn't pretty. But it is pretty cool. You can see the three parts of the Venn Diagram shown above as listboxes on the left side. The left side and right side are independent except that if you click on the screen name of a user on the left, it loads that user's Twitter page in the browser on the right. That feature alone is nice. Having persistent access to your tribe in a directory format is handier than I thought it would be. I can see part of a conversation in the browser window and hop around to related parties without having to use Summize, aka the Twitter search engine.

I can also scan the lists to find out other interesting information. For example, in the "Followers not Friended" list, I can scan for new names that I may have missed in e-mails that Twitter.com sends to me when someone starts following me. After clicking on their name and logging in within the web browser on the right side, I can look at their timeline and decide whether or not to follow them from there.

I used my new Mingle.NET library, a social networking library for the .NET Framework, to build the new tool in about an hour. I haven't released Mingle.NET or the Follow Me Follow You tool. If you're interested in them, let me know and I'll get them ready for production. I can only work on them in my spare time and there isn't much of that these days. :)


Categories: Fun
Posted by kevin on Monday, August 04, 2008 11:06 PM
Permalink | Comments (4) | Post RSSRSS comment feed

Comments

Justin Etheredge United States

Tuesday, August 05, 2008 8:03 AM

Justin Etheredge

Is the Mingle.NET library an API for twitter or for different social networking sites? I'd be interested in seeing this.

Kevin Hazzard, MVP United States

Tuesday, August 05, 2008 10:43 AM

Kevin Hazzard, MVP

@justin The Mingle.NET API is only for Twitter and OpenSocial right now. I will be adding support for Facebook, MySpace and others in the future. After some cleanup, I'll go ahead and post the project to CodePlex so others can participate in the development.

Dave Holman United States

Wednesday, August 06, 2008 9:56 AM

Dave Holman

Very cool Kevin.  Porting this into Silverlight and creating a SSB would be awsome.

W. Kevin Hazzard United States

Wednesday, August 06, 2008 10:29 AM

W. Kevin Hazzard

That's a great idea, Dave. I would have to proxy the service calls to Twitter because their cross-domain policy file is very restrictive. It would be a cool demo application for Silverlight anyway.

Kevin

Comments are closed