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¢er=37.76,-122.427&distance=1000
this documented facebook here.
Comments
Post a Comment