Using PHP 5.2.11 and the new facebook graph code...
If I call
$facebook->api(\"/me\");
I get a proper response:
array \'id\' =>
I just went to my "/me/picture" in the browser and it redirected me to a static image on one of Facebook's CDN servers. Perhaps the redirect is throwing a wrench in your api call.