R
R
Roman Rakzin2016-02-27 20:49:59
JavaScript
Roman Rakzin, 2016-02-27 20:49:59

How to get a list of Ids of people who liked VKontakte. And how to delete via api?

I created a VKontakte application and put a link to it on the site.

<script type="text/javascript">
  VK.init({
    apiId: 5309489,
    onlyWidgets: true
  });
 VK.Widgets.Like('vk_like', {width: 500, pageTitle: 'Ukrtest.in.ua -сайт для подготовки к экзаменам КРОК Онлайн', pageDescription: 'Ukrtest.in.ua -сайт для подготовки к экзаменам  КРОК Онлайн',type:'button'}, 0);
</script>
<div id="vk_like"></div>

**1.** Is there a way to find out all users who have liked via api?
**2.** How can I delete a person's like (for example, if he is "frozen" and I don't need dogs in likes)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav Yandimirkin, 2016-02-28
@TwoRS

1. https://vk.com/dev/likes.getList
2. Other people's likes cannot be deleted

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question