Answer the question
In order to leave comments, you need to log in
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
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.
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("Успешно");
}
});
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question