Play full spotify track inside my own website using spotify web api

前端 未结 2 680
予麋鹿
予麋鹿 2020-12-08 14:28

So I was taking a look at the spotify web api and it apparently allows you to play a preview of the song, but I was wondering if there is any way to play the full spotify so

2条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 14:37

    Update: There is a now a way to play full tracks! Read more at Spotify's Developer site, and @arirawr's answer to this question.

    Previous answer: No, there's currently no way to play the full song using the Web API. If you want full tracks to be playable from a website, you can use the Spotify Play Button. If you want to build a mobile application, you can do playback of full tracks using the Android and/or iOS SDK.

提交回复
热议问题