Facebook App

18 Jul 2008 . . Comments

#facebook #smarty #google code

Phil and I (mostly Phil) have been working on getting the code for our Facebook application ready to be released on Google Code. Phil has done a phenomenal job in getting the code ported to FBML so we don’t have to use the lib_gd stuff any more to generate images. We also rewrote it using Smarty templates. As a brief aside, I’m not sure why I haven’t been using this for a while. It really is a great framework for the majority of what I need to do.

If you’re interested, you can check out the code at http://code.google.com/p/facebook-athenaeum. There are a few more features to add in, but it does work rather nicely, and a lot faster than our previous version. The slowest thing is the asynchronous post to the MySQL server (the longest time we recorded was 111ms), but since that happens in the background, you don’t even notice.