Answer the question
In order to leave comments, you need to log in
Why is the VK API behaving so strangely?
Hello, I want to get a list of videos from the VK public, of which there are 512 pieces. Using the SDK https://github.com/VKCOM/vk-php-sdk I execute the following code:
$videos = $vk->video()->get($token, [
"owner_id" => $gid,
"count" => 100,
"extended" => 1,
"offset" => $offset, // само собой данная переменная изначально == 0
"v" => "5.80",
]);
Answer the question
In order to leave comments, you need to log in
maybe some videos are protected by privacy settings and can't be accessed via the API?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question