C
C
continue2015-11-01 09:28:30
C++ / C#
continue, 2015-11-01 09:28:30

How can I bypass the VK API restriction?

Hello! I am writing an autoresponder message to VK, but there are restrictions on VK (method - messenge.send)
Question: is it possible to bypass this restriction?
PS: The program is written in C#, I didn't find a suitable section for API...
Let's say:
You: Weather
Client: messenge api vk | C# | Test
2 times:
You: weather
Client: Flood control: same message already sent
Moreover, the timer is set to 7000 ms (7 seconds), checking for a new message. If there is a new message with the word "weather", it will send "messenge api vk | C# | Test"
Timer for 7 seconds - set with a margin of 2000 ms (2 seconds), according to the documentation:
wM9GBgJG.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
ar4ebaldello, 2015-11-01
@continue

You missed the guid field.
For different messages (albeit identical), it needs to be assigned a random number, for example, new Random.Next()

V
VanKrock, 2015-11-01
@VanKrock

You send the same message VK considers this spam

A
Alexey Lebedev, 2015-11-01
@swanrnd

Either read to the end, or don't read at all: eb205ba9fa4f44708cc40e3184629bca.png
At the end there are restrictions on specific methods + there is a separate spam system that analyzes the text of messages.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question