Пример #1
0
 /**
  * @param $id
  * @return \Facebook\FacebookResponse|string
  */
 public function delete()
 {
     try {
         return $this->fb->delete('/' . $this->id);
     } catch (Exception $e) {
         return $e->getMessage();
     }
 }