0
一個小問題。目前我正在使用Spotify Webapi,並且我想知道是否有Web API端點來檢查access_token是否已過期?目前我正在使用Spotify檢查,如果access_token過期
GET https://api.spotify.com/v1/me
檢查access_token是否過期。
一個小問題。目前我正在使用Spotify Webapi,並且我想知道是否有Web API端點來檢查access_token是否已過期?目前我正在使用Spotify檢查,如果access_token過期
GET https://api.spotify.com/v1/me
檢查access_token是否過期。
沒有終端可以檢查到令牌到期還剩多長時間,但是您可以使用對訪問令牌請求的響應來查找。
如Web API Authorization Guide解釋,包括訪問令牌的響應還包含
expires_in int The time period (in seconds) for which the access token is valid.