Spotify API - Location -
i trying use "api/location" stated in documentation reason that's failing error code 0
, type transient
, not helpful. ideas.
var loc = location.query(); loc.load(['latitude']).done(function(loc) { console.log("lat:" + loc.latitude); }).fail(function(track, error){ console.log(error); });
also, if can explain how location retrieved.
according answer on question: https://stackoverflow.com/a/20196967/1036087 location api never worked , they're going remove documentation on it.
Comments
Post a Comment