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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -