Goodreads Developers discussion
bugs
>
Events API
date
newest »


Previously, if you didn't specify a location, then we'd show a list of events anyways. Turns out that was an expensive query, so on the website, we'll require you to specify a zipcode or location.
I know Ettore has had some trouble getting the current action to work well with the iOS app, even by passing in location parameters, so this is probably a bug on our end anyway you look at it.
I'll let you know when we release a fix.

1. I visit http://www.goodreads.com/api#events.list,
2. I click on the link, which runs the query with my API key. which returns no results. http://www.goodreads.com/event.xml?key=...
3. I add &lat= and &lon= URL params, and the result is still empty.

Example response for:
http://www.goodreads.com/event.xml?ke...
https://gist.github.com/dancrew32/138...

There might have been some performance issues as to why geolocation was turned off on the server. I'm going to look at this a bit, but I suggest you resolve the coordinates yourself, if you can.

Docs only list lat, lng:
http://www.goodreads.com/api#events.list
Thanks for your help
http://www.goodreads.com/event
(or is it just that no one is using this functionality anymore?)