Does anyone have working examples of connecting to the music api with HTML and Javascript.
For example: Facebook jquery connection
$.getJSON('http://graph.facebook.com/zombies', function(fbResults) {
var test = window.alert(fbResults.about)});
Does anyone have working examples of connecting to the music api with HTML and Javascript.
For example: Facebook jquery connection
$.getJSON('http://graph.facebook.com/zombies', function(fbResults) {
var test = window.alert(fbResults.about)});