host: around-me.heroku.com
-
around-me.heroku.com/landmarks.json?radius=3.0&latitude=41.150537&longitude=-8.586245
-
around-me.heroku.com/landmarks.xml?radius=3.0&latitude=41.150537&longitude=-8.586245
Always use fb_username.toLowerCase on requests. Example:
Landmark Name: Coliseu do Porto
FB username: ColiseuPorto
request: around-me.heroku.com/landmarks/coliseuporto.json
-
enter username (= fb username, meaning, with CamelCase)
-
done!
-
around-me.heroku.com/landmarks/casadamusica.json?update - updates landmark’s data (events’ data not included)
-
around-me.heroku.com/landmarks/casadamusica.json?update&events - updates landmark’s data (events’ data included) - use with caution! can take awhile to update all the events of that landmark!