$group_id='...'; //номер группы
$topic_id='...'; //номер обсуждения
$message='...'; //сообщение
$access_token='...';
$request_params = array(
'group_id' => $group_id,
'topic_id' => $topic_id,
'message' => $message,
'access_token' => $access_token
);
$get_params = http_build_query($request_params);
$result = json_decode(file_get_contents('https://api.vk.com/method/board.createComment?'. $get_params));
echo $result->response; //получаем заветное число