Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- header("Content-Type: text/html; charset=utf-8");
- echo '<pre>';
- print_r(scandir('/home/q/quize/vendor/'));
- echo "-------------------<br>";
- require '/home/q/quize/vendor/autoload.php';
- use VK\Client\VKApiClient;
- $vk = new VKApiClient();
- $access_token = '73ff20212c7cc1e16f1e767c20b1bc3e45fcc5f615242c88ceab264b3d91cc89f6e1ade206f84231db47b';
- $response = $vk->users()->get($access_token, array(
- 'user_ids' => array(1, 210700286),
- 'fields' => array('city', 'photo'),
- ));
Advertisement
Add Comment
Please, Sign In to add comment