bitly JSON API返回500,UNKNOWN_ERROR

时间:2012-09-17 20:16:35

标签: jquery api

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编码错误。

1 个答案:

答案 0 :(得分:2)

在这种情况下,您可以使用&login=LOGIN&apiKey=KEY代替&access_token=TOKEN。试试http://bitly.com/a/your_api_key