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
- Host: GitHub
- URL: https://github.com/null-none/vkcomments
- Owner: null-none
- Created: 2012-09-06T18:54:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-17T13:44:32.000Z (almost 12 years ago)
- Last Synced: 2025-01-26T09:28:31.773Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'));