Answer the question
In order to leave comments, you need to log in
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:
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>
Answer the question
In order to leave comments, you need to log in
It's decided. I did not find anything sensible, so I did a search through the entire xml response.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question