vk.request()


Type Function

Return value none

See also vk.*


Overview

Queries VK server with the specified request and delivers it’s response.

Syntax

vk.request(method, params, [listener])

method required

String. VK API method. See the list of methods.

params required

Table. Table of strings keys and various values to be submitted with the request. Each method has it’s own set of valid params.

listener optional

Listener. Listener which receives the request event.