Erlang2Facebook Updates

Published Sunday, December 16, 2007 by Bryan

I've just committed a couple of minor updates to the erlang2facebook library that I'm sure some of you are interested in.

The first (SVN revisions 7 & 9) is an API update to follow the Facebook team's changes to profile_setFBML. Now, instead of just passing a single chunk of FBML, containing markup for the profile box, profile actions, and mobile profile, there are three distinct fields to shove those chunks in. Sorry about the non-consecutive SVN commits. :P

The second update (SVN revision 8 ) is intended to show how to use ErlTL better (thanks for the tips, Yariv!). I've created render.et, and moved all of the render_* functions from canvas_controller into it. This allows me to use the more HTML-like syntax (code efficiency), while also taking advantage of ErlTL's automatic use of Erlang's binaries (runtime efficiency).