I
I
Ivan2017-11-20 07:30:00
C++ / C#
Ivan, 2017-11-20 07:30:00

How to get a link to a wall post in callback api vk?

There are a bunch of methods in the callback api vk for creating, editing and other features with a post.
But how to get just the link of this post? those. the post is created in VK and arrives via webhook to the server (which connected it works) and you just need a link to this post.
There are indetiifcators, text, photos and more ... you need a link.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Ananiev, 2019-08-30
@Geelovic

Can. A full-screen transparent window is made, the form opens on top of this transparent window as a modal dialog.

W
Weltmeister, 2020-05-06
@Weltmeister

1. Get the post ID: $vk_url = $data->object->id;
2. Put it all together: https://vk.com/wall-[group id]_[post id]
Example: https://vk.com/wall-72690358_$vk_url

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question