D
D
Diversia2017-08-29 19:07:34
PHP
Diversia, 2017-08-29 19:07:34

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

1 answer(s)
D
Diversia, 2017-08-29
@Diversia

$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 your question

Ask a Question

731 491 924 answers to any question