Answer the question
In order to leave comments, you need to log in
How to get the ID of a shared Vkontakte post after the sharing window appears on your site?
Greetings!
For several hours I have been trying to figure out how to get an analogue of Facebook in this social network:
FB.ui({ method: 'feed'}, function(response) {
if (response && response.post_id) {
model.set('pageId', response.post_id);
}
});
Answer the question
In order to leave comments, you need to log in
If we consider that registering the application as Standalone, writing your own pop-up sharing, and sending it all to wall.post is the solution, then I solved the problem.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question