<?php $query = file_get_contents("https://api.vk.com/method/wall.getComments?owner_id=55692777&post_id=3335118"); $query = json_decode($query); var_dump($query); ?>
Returns
Access denied: post was not found check post_id param
Where did you make a mistake? Thanks to all.