I'm attempting to use the geo.getEvents method in Last.fm's Web services, which you can read about here:
http://www.last.fm/api/show/geo.getEvents
I'm attempting to use it like this:
Those are the Latitude and Longitude coordinates for New York City. However, I get back a responses saying there are not events there. Even if I add a distance parameter, it says the same thing. Also if I round those coordinates to integers.
Is there something wrong with my queries, or is the service just messed up?
Thanks.