Answer the question
In order to leave comments, you need to log in
What are the VK api application limits?
Hello, I have already found similar posts, they refer to the FAQ . The fact is that they have redesigned the structure of the documentation and pages with links of this kind are considered obsolete, and they did not find any new information.
I have a standalone app. Do I understand correctly that a limit of 3 requests per second is given for one generated token of one specific user?
What will happen if I take 10 users, generate 10 tokens and make parallel requests from one server (1 ip), which in total will give much more than 3 requests per second.
Doesn't this count as a limit for the entire application and doesn't it depend on the ip from which the requests will go?
Answer the question
In order to leave comments, you need to log in
The main loop of the game you have now implemented in the procedure paint()
. First, you can make a boolean flag isPlayed , which will be checked in paint()
, and which will be set in the click event handlers for the Play and Pause buttons . Perhaps something like this: jsbin
From this we can move on.
3 requests per second from each unique user who launched the application from the application side. The number of requests from the server depends on the number of users who have installed the application. If the application is installed by less than 10,000 people, then you can make 5 requests per second, up to 100,000 - 8 requests, up to 1,000,000 - 20 requests, more than 1 million - 35 requests per second. Numbers may change over time.
https://vk.com/pages?oid=-2226515&p=FAQ
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question