API integration

hi i’m new in meteor,sorry for my poor english. When i use code given by bulk sms povider i have this message :
XMLHttpRequest cannot load http://api.labsmobile.com/get/balance.php?username=raoulalobo%40yahoo.fr&password=rb27vm95. No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://localhost:3000’ is therefore not allowed access.

Here is the code :

$.get(
http://api.labsmobile.com/get/balance.php”,
{username : ‘raoulalobo15011984@yahoo.fr’, password : ‘rb27vm95’},
function(data) {
alert('page content: ’ + data);
}
);

how can i fix this problem please