How Can I increase the expiry time of Spotify token?

前端 未结 2 2405
感情败类
感情败类 2021-02-20 11:15

Please advice how can I increase token expiry time While fetching data using spotify web API \"https://accounts.spotify.com/api/token\"

2条回答
  •  情歌与酒
    2021-02-20 11:23

    Access tokens expire after one hour. This expiry time is set on Spotify's side and can't be changed by the client.

    You can refresh an access token if you're retrieving it using the Authorization Code flow. (The refresh token is practically valid forever, or until it has been manually revoked.)

提交回复
热议问题