Im calling the javascript, But it doesn't like the syntax, More specifically the $, I think this is because i removed the "" but even when its there it doesn't like the script because there is various "" already in the code.
$.post("https://www.scoreoid.com/api/getNotification", { api_key: "Your API Key", game_id: "Your Game ID", response: "JSON"},
function(data) {
alert("Data Loaded: " + data);
},
"json"
);