python - Facebook Graph Api checkins in geographical area -


well want use facebook's graph api checkins specific geo-graphical location python.

in api documentation area didn't find right combinations of api parameters done;

 http://developers.facebook.com/docs/reference/api/checkin/ 

for example , if want checkins in coffee-shops in harvard-square(boston) api call ? (without going specifying every coffee-shop in location)

thanks.

you can search coffee places follows:

https://graph.facebook.com/search?q=coffee&type=place.

you can narrow narrow search specific location , distance adding center parameter (with latitude , longitude) , optional distance parameter:

https://graph.facebook.com/search?q=coffee&type=place&center=37.76,-122.427&distance=1000

this documented facebook here.


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -