San Diego Tango Marathon

15-17 August 2025

Registraion is closed for 2025

 

 

 

 

 

 

 

 

 

 

 

 

// with jQuery $.post( 'https://graph.facebook.com', { id: '', scrape: true }, function(response){ console.log(response); } ); // with "vanilla" javascript var fbxhr = new XMLHttpRequest(); fbxhr.open("POST", "https://graph.facebook.com", true); fbxhr.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); fbxhr.send("id=&scrape=true");