Answer the question
In order to leave comments, you need to log in
How to make a search for ALL VKontakte users via the API, without being tied to the owner_id?
I'm trying to do a search on Vkontakte posts, I need the script to go through all the posts on the users' walls and find the desired substring. The wall.get and wall.search methods do not want to work if you do not specify the owner_id, which will narrow the search to one user, which does not solve the problem.
The cycle by owner_id also does not work, although this solution is not the most rational.
The standard news search also returns nothing:
https://vk.com/feed?c%5Bq%5D=SEARCH_STRING§io...
if accessed from PHP:
<?php
$wall = file_get_contents ("https://vk.com/feed?c%5Bq%5D=ИСКОМАЯ_СТРОКА§ion=search")
print_r ($wall);
?>
Answer the question
In order to leave comments, you need to log in
You are looking for the function "download all content from VK for free, without registration and SMS"
There is no such function there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question