//Запрос к VK, токен уже есть в переменной $tok $wall = file_get_contents("https://api.vk.com/method/users.get?user_ids=".implode(',', $users)."&v=5.40&access_token=$tok"); $wall = json_decode($wall); $result = $wall->response; print_r($result); I have such a request, but I heard that it is bad. Tell me why it is bad, and if you can. write a normal query.
$wall = json_decode($wall);on$wall = json_decode($wall); print_r($wall);$wall = json_decode($wall); print_r($wall);- ModaLaccess_tokenfrom a mobile application, there the frequency of requests is completely different, or you canaccess_tokendifferentaccess_tokenfrom different accounts randomly. Check the very bottom with the frequency of requests to the API - vk.com/dev/api_requests - ModaL