Skip to content

Instantly share code, notes, and snippets.

@jubishop
Created March 18, 2009 21:46
Show Gist options
  • Save jubishop/81422 to your computer and use it in GitHub Desktop.
Save jubishop/81422 to your computer and use it in GitHub Desktop.
<div id="all"></div>
<script><!--
alert("in here at all");
var ajax = new Ajax();
ajax.responseType = Ajax.FBML;
ajax.ondone = function(data) {
alert("done");
document.getElementById('all').setInnerFBML(data);
}
ajax.post('http://www.jubishop.devrs006.facebook.com/flex-fbml/ajax.php');
//--></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment