I am trying to delete a photo album. I have this but it is not working: $facebook->api('/me/albums/'.$classname['name'].'','POST',array('method'=> 'delete')); Code (markup): Any idea whats wrong?
make sure you have following permission 'fileUpload' => true check below the script $facebook = new Facebook(array( 'appId' => 'your appid', 'secret' => 'your secret key', 'cookie' => true, 'fileUpload' => true ));