Answer the question
In order to leave comments, you need to log in
How to post a message on a wall using the Wall.Post method through an IFrame application in PHP?
I use PHP class from vladkens: https://github.com/vladkens/VK
require_once ("vendor/VK-master/src/VK/VK.php");
$vk = new VK\VK($_GET['api_id'], $_GET['secret'], $_GET['access_token']); // инициализация объекта
$re = $vk->api('wall.post', ['owner_id' => $_GET['user_id'], 'message' => 'New post on group wall via API.console.']);// постим сообщение к себе на стену
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question