-3

Currently, I am able to play only the Preview version of the song using the song's preview_url from the response object. Is there any way to fetch the entire song?

  • 2
    Possible duplicate of [Play full spotify track inside my own website using spotify web api](http://stackoverflow.com/questions/24705253/play-full-spotify-track-inside-my-own-website-using-spotify-web-api) – Sándor Mátyás Márton May 15 '17 at 11:08
  • Welcome to Stack Overflow! Please [edit] your question to show [the code you have so far](http://whathaveyoutried.com). You should include at least an outline (but preferably a [mcve]) of the code that you are having problems with, then we can try to help with the specific problem. You should also read [ask]. – Toby Speight May 15 '17 at 11:24

1 Answers1

0

Playback of full tracks is not supported in the Web API.

If you are making a mobile app, playback is offered through the mobile SDKs, but there is no full playback for web at this time.

Mobile SDKs can be found here: https://developer.spotify.com/technologies/spotify-ios-sdk/ https://developer.spotify.com/technologies/spotify-android-sdk/

arirawr
  • 1,110
  • 8
  • 21