Using PHP 5.2.11 and the new facebook graph code...
If I call
$facebook->api(\"/me\");
I get a proper response:
array \'id\' =>
Well I guess the best answer I've found is to call http://graph.facebook.com/USER_ID?fields=picture to get the picture URL. Its to bad they don't document things like this on their API especially when its obvious this is broken for so many people.