I had a problem when I try to delete a photo uploaded by the PHP SDK, the error is: Permissions error thrown in base_facebook.php on line 1237
The code is:
$facebook->setAccessToken(USERACCESSTOKEN);
$facebook->api("/PHOTOID?access_token=PAGEACCESSTOKEN","DELETE");