mqlwrite

cURL and Freebase's Api

I am having problems with the freebase MQL login service. I am making a post request then the freebase api should send back headers which I will then analyse and get information from. But the only header I am getting is HTTP/1.0 200 OK Code class myFreebaseClass { .... function doLogin() { echo $uri = "http://".$this->config['ap...

freebase cURL and mqlwrite with PHP

Hi am doing some testing on the Freebase sandbox, but I can't get the following request to work. It hangs for ages then returns nothing. I have also outputted curl_getinfo() if it helps anyone work out where I am going wrong. echo $uri = "http://".$this->config['apiSandboxHost'].'/'.$this->config['apiWritePath'].'={"create":"unles...