S
S
sergeevpetro2016-04-27 11:08:03
In contact with
sergeevpetro, 2016-04-27 11:08:03

How to get a comment that a person replied to?

Hello dear!
As you know, on VKontakte in the comments you can reply to someone's comment. Here's how it looks:
f9db1747ebab4d0088a8c71385cb364e.JPG
When working through the API, the server response to a request for comments looks like this:

<response>
<count>2</count>
<items list="true">
<comment>
<id>10</id>
<from_id>6464565</from_id>
<date>1461742068</date>
<text>я быстро писал я невсматриваюсь в предложения которые я написал</text>
</comment>
<comment>
<id>11</id>
<from_id>56467653</from_id>
<date>1461743535</date>
<text>[id6464565|Денис], ну чего ты?((</text>
<reply_to_user>6464565</reply_to_user>
<reply_to_comment>10</reply_to_comment>
</comment>
</items>
</response>

The question is... Is it possible to get a comment that a person replied to using the API?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sergeevpetro, 2016-05-18
@sergeevpetro

It's decided. I did not find anything sensible, so I did a search through the entire xml response.

R
Roman, 2016-04-27
@r_zaycev

Umm,
where is 10 <- comment id in the current selection?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question