1

The Spotify Apps API doesn't allow HTML5 geolocation and apparently the documented Location api call doesn't work and is being removed from the documentation. What are some methods that I can use to geolocate a user?

Thomas
  • 3,348
  • 4
  • 35
  • 49
Dan Mandle
  • 5,608
  • 3
  • 23
  • 26

1 Answers1

1

Solutions for finding website visitor's geolocation and its suggestion of http://freegeoip.net/ seems like your best option here. You'd just have to add http://freegeoip.net/ to your manifest for access from your app.

Community
  • 1
  • 1
Thomas
  • 3,348
  • 4
  • 35
  • 49