app.id='[insert application id here]';
app.secret='[insert application secret here]';
<webscript>
<shortname>List My Facebook Friends</shortname>
<url>/facebook/listfriends/</url>
</webscript>
<#list facebook.friends as friend>
<fb:name uid='$friend'/></#if friend_has_next>, </#if>
</#list>