On some of my development environments, when I curl request_token, I get the following:
["responses:private"]=>
array(1) {
["Resource id #287"]=>
array(6) {
["data"]=>
bool(false)
["code"]=>
int(0)
["time"]=>
float(0)
["length"]=>
float(0)
["type"]=>
bool(false)
["url"]=>
string(43) "https://api.twitter.com/oauth/request_token"
}
}
["properties:private"]=>
array(5) {
["code"]=>
int(2097154)
["time"]=>
int(3145731)
["length"]=>
int(3145743)
["type"]=>
int(1048594)
["url"]=>
int(1048577)
}
On other development environments running identical code, it works fine and returns all the headers and the right data string.
Any idea what the difference could be? I already checked and the time is correct in all environments.