Answer the question
In order to leave comments, you need to log in
Is there a working nodejs vk api?
Are there any working libraries for working with vk api?
Answer the question
In order to leave comments, you need to log in
I am currently working with just this library (mentioned above):
Just checked and it works:
var VK = require('vkapi');
var vk = new VK({'mode' : 'oauth'});
vk.setToken( { token :'0c899.....99b7bc3' });
vk.request('audio.get', {
'owner_id' : 34,
'count' : 3
});
vk.on('done:audio.get', function(res) {
console.log(res);
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question