B
B
boxxxer2014-03-10 23:08:53
Joomla
boxxxer, 2014-03-10 23:08:53

VK.COM - API widgets.getComments get comments

I need to get all the comments on the site through the API, at the moment I was only able to get the comments of a specific page

VK.Api.call('widgets.getComments', {widget_api_id: "-4209922", url: document.URL}, function(r){ $('body').html(r.response.count);});

And how to get comments that were left on all pages of the site?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Kalinin, 2014-03-10
@Kaliha

If I'm not mistaken, the comments widget itself loads comments to the current page.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question