Пример #1
0
 /**
  * @return mixed|string
  */
 public function exec()
 {
     try {
         return json_decode($this->fb->post('/me/feed', $this->toArray())->getBody());
     } catch (Exception $e) {
         return $e->getMessage();
     }
 }