Answer the question
In order to leave comments, you need to log in
Doesn't send message to user via api?
does not send a message to the user via api vk
<!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=480884186&massage=11111&access_token=ххххххххххххх&v=5.75",
method: 'GET',
dataType: 'JSONP',
success: function(data){
console.log(data);
}
});
</script>
</body>
</html>
Answer the question
In order to leave comments, you need to log in
You send a massage instead of a message :){"key":"massage","value":"11111"}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question