the ustover libary (pushover.net). < /p>
На самом деле я не очень быстро потерпел неудачу в Факт, я получаю ошибку плохого запроса 400
от jquery ajax call. < /p>
Вот мой код, что не так? < /strong> < /p >
Код: Выделить всё
$.ajax({
type: "POST",
url: "https://api.pushover.net/1/messages.json",
contentType: "application/json; charset=utf-8",
dataType: "json",
data: {
"title": title,
"message": message,
"token": CONFIG.API,
"device": CONFIG.DEVICE,
"user": CONFIG.USER,
},
complete: function(data) {
console.log("push sent!");
console.log(data);
}
});
post https://api.pushover.net/1/messages.json 400 (плохой запрос) [/b] < /п>
Подробнее здесь: https://stackoverflow.com/questions/508 ... age-issues
Мобильная версия