Google の URL Shorter を使用して URL を短縮する単純な ajax 呼び出しを実行しようとしていますが、データが返されません。誰にもアイデアはありますか?
$.ajax({
type: 'POST',
url: "https://www.googleapis.com/urlshortener/v1/url",
contentType: 'application/json',
data: {longUrl: match},
dataType: 'json',
success: function(id){
$('#menu').html(id);
}
});
API キーを持っていますが、ここに入力しませんでした。サービスを利用するのに必要ありません。