Позволяет комментировать события ленты Что Нового.
Имя | Тип | Описание |
---|---|---|
tread_id | string | thread_id события |
text | string | текст комментария |
Возвращает флаг comment=1 в случае успеха, ошибку в противном случае.
Формат ответа для json-выдачи (результат для xml аналогичен):
{
"comment": "1",
}
Код | Описание |
---|---|
1 | Unknown error: Please resubmit the request. |
2 | Unknown method called. |
3 | Service Unavailable. Please try again later. |
4 | Method is deprecated. |
100 | One of the parameters specified is missing or invalid. |
102 | User authorization failed: the session key or uid is incorrect. |
103 | Application lookup failed: the application id is not correct. |
104 | Incorrect signature. |
105 | Application is not installed for this user. |
200 | Permission error: the application does not have permission to perform this action. |
http://www.appsmail.ru/platform/api?method=stream.comment& app_id=123456&session_key=551fd0e4779e35859dfccd03397dc8a0& sig=95a393ed7639184a52f7a17b6771a92& thread_id=0089ee0ee3130000b867000401000000&text=hello
Пример ответа в формате JSON
{
"comment": "1",
}
Пример ответа в формате XML
1