Skip to content

Instantly share code, notes, and snippets.

@sergej-brazdeikis
Created May 21, 2012 19:20
Show Gist options
  • Save sergej-brazdeikis/2764081 to your computer and use it in GitHub Desktop.
Save sergej-brazdeikis/2764081 to your computer and use it in GitHub Desktop.
vk.php usage
<?php
$vk = new vk($login, $password, $phoneLast4Digits);
// Get array of the movies
$videos = $vk->search('The Avatar');
// get iframe code for any movie from array
$html = $vk->play($videos[0]['id1'], $videos[0]['id2']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment