I have this code:
jQuery(document).ready(function(){
var user_key = "asdflk134";
var app_key = "pigasdb95r91bva";
var params = "app_key="+app_key+"&user_key="+user_key+"&format=xml";
jQuery.ajax({
type: "POST",
url: "http://hellotxt.com/api/method/user.latest",
data: params,
dataType: "xml",
success: function(data){
jQuery(".result").html(data);
}
});
});
When checking on my firebug console, I noticed this error:
XML Parsing Error: no element found Location: moz-nullprincipal:{3d9469e7-683c-41ea-9bd4-c761a0568b30} Line Number 1, Column 1:
^
What do you think is this error? I'm really stuck on this problem. Any help would be greatly appreciated and rewarded! Thanks! :)
XML Parsing Error: no element found Location: moz-nullprincipal:{0d5cfb18-8205-4631-bcd8-6b4aaffc3fe2} Line Number 1, Column 1: ^<rsp status="FAIL"><message>app key not specified</message></rsp>XML Parsing Error: no element found Location: moz-nullprincipal:{0d5cfb18-8205-4631-bcd8-6b4aaffc3fe2} Line Number 1, Column 1: ^