A while ago I posted on developing facebook applications with ASP.NET MVC and the .NET Facebook API. At the time I was developing on a Windows XP box, which runs IIS 5. ASP.NET MVC routing is intended for IIS 6 and above, so it was a painful process. Now that I'm on Windows 7 with IIS 6.5 I decided to come back to that project and give it a try. Amazingly everything just started working without any code changes.

Without further ado, here is the SportsAlert Facebook application:

http://apps.facebook.com/sportsalert/

This app is very simple, allowing you to sign up for SportsAlert and subscribe to teams from within the Facebook app. For the teams you pick, you will get text messages at the end of the games. If you want to subscribe to individual games and/or change the frequency of your alerts (on score change, on quarter change, etc...) then you can login automatically to the SportsAlert web site from the facebook app.