spotify / apps-tutorial

A Spotify App that contains working examples of the use of Spotify Apps API
https://developer.spotify.com/technologies/apps/
627 stars 146 forks source link

Location not working #32

Closed misantronic closed 10 years ago

misantronic commented 10 years ago

I tried to get the api/Location to work.

When using

require(["$api/Location"], function(Location) { });

I get the error:

Uncaught Error: Could not load file "$api/scripts/Location.js"; Not found.
thelinmichael commented 10 years ago

Unfortunately, the location part of the API is is not supported at this point, and the documentation hasn't caught up yet. Thanks for addressing it though, @corny1.