Answer the question
In order to leave comments, you need to log in
How to post a message on the user's wall in VK?
I do this and nothing happens. The Network tab in the console is empty, nothing is output to the console.
VK.init({
apiId:00000000
});
VK.Auth.login(function(ev){
console.log(ev);
});
VK.Api.call('wall.post', {
friends_only:0,
signed:1,
from_group:0,
message:'text'
}, function(ev){
console.log(ev);
});
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