Answer the question
In order to leave comments, you need to log in
How to use vkscript/stored procedures in standalone vk application?
Hello, I use rad studio c++builder and its RESTReqest/RESTResponse to send and receive lists of video records from groups. The essence of the component is sending a post to api.vk.com/method... The link automatically includes the necessary parameters like accsess_token, etc.
The fact is that you have to send too many requests and, in fact, receive either the number of videos or the full information about several videos. Given the limitations of the api, this takes a lot of time.
How can I pass the finished script to the builder components to speed up the process? Using indy or the same rest * replacing the parameters with the ones you need?
Answer the question
In order to leave comments, you need to log in
Okay, I'll try to explain in more detail. We take C++Builder, we take components from the REST Client palette for working with OAuth, sending and receiving requests to the VK API.
(Only the bottom line of the quote is useful - the server's answer)
We poke 2 times on Request'u.
The address line is generated automatically: _tps://api.vk.com/method/access_token=...&v=5.34&user_id=...... Sent by GET or POST.
Result:
{
"response":[]
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question