I posted to pingomatic using curl with code like this
$curl = curl_init($this->buildURL());
curl_exec($curl);
But got the reply
You are too awesome for Ping-o-matic
Why am I too awesome for Ping-o-matic?
EDIT
I am posting to pingomatic but not POST
ing to pingomatic. Their setup just takes a simple GET
request