Categories
How to publish to a VK group?
There is a script https://github.com/fdcore/vk.api With its help, you can publish on your wall. Can you please tell me if they can post to their group?
Answer the question
In order to leave comments, you need to log in
$attachments = $v->upload_photo(0, array('1.jpg')); // публикация на стене $response = $v->wall->post(array( 'message'=>'test 1.jpg', 'from_group' => '1', 'owner_id' => "-12333333", // с минусом - от группы 'attachments' => implode(',', $attachments) ) );
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question