f = $.get('https://api-ssl.bit.ly/v3/shorten/?format=json&access_token=derpderpderp&longUrl=http%3A%2F%2Fgoogle.com%2F')
f.done(function(r){ console.log(r);});
输出:
Object
data: Array[0]
length: 0
__proto__: Array[0]
status_code: 500
status_txt: "UNKNOWN_ERROR"
__proto__: Object
这是UNKNOWN_ERROR
是什么?没有任何status_txt
我无法知道出了什么问题。 longUrl
是从他们的文档中复制的,因此它不应该是URI编码错误。
答案 0 :(得分:2)
在这种情况下,您可以使用&login=LOGIN&apiKey=KEY
代替&access_token=TOKEN
。试试http://bitly.com/a/your_api_key