If you are logged in and "call" the API in a browser you get a reasonable set of responses that appear to know your location from the user profile.
If you are not logged in and "call" the API in a browser you get a pretty random set of responses, Depok ID and a blank city in the US being the first two.
Calling the API from PHP without specifying lat and lng gives the same random results.
Calling the API with lat and lng for Aurora, CO (from Google Maps) using http://www.goodreads.com/event/index.... gives results in the US, but not the nice targeted results I get if I'm logged in from a browser.
If you are not logged in and "call" the API in a browser you get a pretty random set of responses, Depok ID and a blank city in the US being the first two.
Calling the API from PHP without specifying lat and lng gives the same random results.
Calling the API with lat and lng for Aurora, CO (from Google Maps) using
http://www.goodreads.com/event/index....
gives results in the US, but not the nice targeted results I get if I'm logged in from a browser.
So I called the API using Bangkok
http://www.goodreads.com/event/index....
and got the same results as I got for Aurora
Any idea what I'm doing wrong?