'access_token' => $token, 'message' =>'wiadomosc', 'name' => 'imieNazwisko', 'description'=> 'opis', 'picture' => 'http://static.obrazek.url/', 'link' => 'http://link.pl/', 'caption' =>'podpis' ); try { $res = $this->tasks->api('/me/feed','POST', $post); } catch (Exception $e) { }