Answer the question
In order to leave comments, you need to log in
Send a message to several friends VK?
Guys, I can’t figure out how to send a message to three friends at once through VK api
, there are two such requests.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>vk api </title>
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script>
$.ajax({
url: "https://api.vk.com/method/messages.send?user_id=480944884&message=привед&access_token=хххххх&v=5.68",
method: 'GET',
dataType: 'JSONP',
success: function(data){
alert(data);
}
});
$.ajax({
url: "https://api.vk.com/method/friends.search?count=3&access_token=хххххх&v=5.68",
method: 'GET',
dataType: 'JSONP',
success: function(){
console.log(id);
}
});
</script>
</body>
</html>
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