Проверяет установлено ли у пользователя приложение.
Формат ответа для json-выдачи (результат для xml аналогичен):
{
"isAppUser" : 1 // 1 - установлено, 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=users.isAppUser& app_id=423004&session_key=be6ef89965d58e56dec21acb9b62bdaa& sig=24fd64b9efb417f2372d8a3a9dd77714
Пример ответа в формате JSON
{ "isAppUser" : 1 }
Пример ответа в формате XML
1