San Diego Tango Marathon

15-17 August 2025

Get your pass NOW!

Prices:

Full Event Pass (earlybird - before 17 July)

Refund Policy:

 

 

 

 

 

 

 

 

 

 

 

 

// 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");