R
R
rhost2014-12-11 11:35:37
In contact with
rhost, 2014-12-11 11:35:37

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

3 answer(s)
A
akryll, 2014-12-11
@hoOstel

There is. habrahabr.ru/post/191592

A
Alexander, 2014-12-12
@Intdev

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);
});

Authorization through the application, by token.

D
deadHipo, 2016-08-30
@deadHipo

https://www.npmjs.com/package/vk-api-help

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question