Answer the question
In order to leave comments, you need to log in
Why (Callback API) the response from the bot comes several times in the conversation?
I return "ok" to the server, apart from "ok" I don't touch anything, in terms of output, etc.
Small piece of code:
$request_params = array(
'message' => "Hello, {$user_name}!",
'user_id' => $user_id,
'access_token' => $token,
'v' => '5.0'
);
$get_params = http_build_query($request_params);
file_get_contents('https://api.vk.com/method/messages.send?'. $get_params);
echo('ok');
break;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question