Answer the question
In order to leave comments, you need to log in
Why does the POST request not want to be sent?
I tried several libraries, but none of them gave results,
I try this one:
var needle = require('needle');
needle.post('https://api.vk.com/method/newsfeed.get', {access_token: '123467',
v : '5.95',
count: 1},
function(err, resp, body){
console.log(body);
});
error_msg: 'User authorization failed: invalid access_token (4).',
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