Skip to content

ZloyDyadka/vk-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vk-api Build Status

VK API wrapper for NodeJS

Feel free to use it. If you have any wishes, you can post it there on GitHub

Getting Started

Install the module

var vk_api = require('vk-api');
var vk = new vk_api({appID: APPID, appSecret: APPSECRET});
    vk.api('users.get', {
        user_ids: id
    }, function(err,result) {
    });

=======

Server method

var vk_api = require('vk-api');
var vk = new vk_api({appID: APPID, appSecret: APPSECRET});

    vk.api('secure.checkToken',{
        token: userToken,
        ip:    userIP
    }, function(err, result) {
    })
})

Release History

0.1.1 - 03/02/2014

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%