D
D
dendyizgetto2015-03-13 17:12:51
In contact with
dendyizgetto, 2015-03-13 17:12:51

How to export images from Instagram to the wall of a group or Vkontakte public?

I've been struggling with this problem for a day now, but I can't solve it.
With export to the wall of your profile - everything is ok, but what if Instagram was created for business and you need to export photos to a company group / public?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Mikhail Fleitman, 2015-03-13
@firemanfm

There is an interesting solution , if you are not too lazy to go to WordPress, in the same place the author offers to set everything up for $ 30 per year or $ 3 per month.

N
NAIs2, 2015-10-17
@NAIs2

You can set up a repost to a group through onemorepost.ru

O
Oleg Belov, 2015-03-28
@bgelov

To export to the public, you will need to add the owner_id parameter. Add the group id with a minus sign to its value.
The example below works 100%:

function sendpostonwall() {
    VK.Api.call("wall.post", {owner_id: -айдигруппы, message: "сообщение", attachments: "изображение"}, function(r) {
      if(r.response) {
        alert("Успешно");	
      } 
    });
  }

The only thing that can confuse is the fact that your avatar will probably be shown in the preview, as if the post is posted on your wall.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question