Skip to content

Instantly share code, notes, and snippets.

@ivan-hilckov
Created August 14, 2012 06:14
Show Gist options
  • Select an option

  • Save ivan-hilckov/3346824 to your computer and use it in GitHub Desktop.

Select an option

Save ivan-hilckov/3346824 to your computer and use it in GitHub Desktop.
post
<?php
$url = "https://api.vk.com/method/wall.post?owner_id={$user['vkid']}&message={$object['description']}.&uid={$user['vkid']}&access_token={$user['vktok']}&attachments={$object['link2site']}";
$spost = file_get_contents($url);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment