我将以下网址发送到方框以获取身份验证令牌
$.ajax({ url: "http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20xml%20where%20url%20%3D%20'https%3A%2F%2Fwww.box.net%2Fapi%2F1.0%2Frest%3Faction%3Dget_ticket%26api_key%3D" + api_key + "'&format=json&diagnostics=true",
dataType: 'jsonp',
success: function (result) {
我得到以下结果:
我获得了身份验证令牌,然后我可以使用它来使用box api。该访问令牌(身份验证令牌)有效的天数是多少?什么时候到期?
答案 0 :(得分:0)
您正在使用V1 API,该API将在一个半月内弃用。您应该使用使用OAuth的V2 AP,并在此处记录令牌长度:developers.box.com/oauth