Возвращает количество непрочитанных сообщений в Моем Мире, для пользователя авторизованного по session_key.
Для вызова функции требуется привилегия messages.
Формат ответа для json-выдачи (результат для xml аналогичен):
{ "count" : 0 }
Код | Описание |
---|---|
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=messages.getUnreadCount& app_id=123456&session_key=551fd0e4779e35859dfccd03397dc8a0& sig=95a393ed7639184a52f7a17b6771a925
Пример ответа в формате JSON
{ "count" : 0 }
Пример ответа в формате XML
2