Answer the question
In order to leave comments, you need to log in
How to post a post via vk api?
You need to post in a group where I am the owner on behalf of the group. What parameters to send?
Wanted through: https://github.com/fdcore/vk.api
It turns out only on my wall.
$config['secret_key'] = 'secret_key';
$config['client_id'] = 111111111;
$config['owner_id'] = -1111111111;
$config['access_token'] = 'token';
$v = new Vk($config);
$response = $v->api('wall.post', array(
'message' => 'Тест'
));
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