An open API service indexing awesome lists of open source software.

https://github.com/null-none/vkcomments

Get comments for all methods through vk api
https://github.com/null-none/vkcomments

Last synced: about 1 year ago
JSON representation

Get comments for all methods through vk api

Awesome Lists containing this project

README

          

Get comments for all methods through vk api
=======

// curl vk api
include('CApiVK.php');

$token = 'token;

$public = new CApiVK($token);

print_r($public->init('wall-42086143_1'));

print_r($public->init('wall32385245_289'));

print_r($public->init('photo-42086143_288908405'));

print_r($public->init('photo32385245_149496627'));

print_r($public->init('topic-42086143_27140112'));