Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is it possible to get a list of people checked into a given venue using facebook?(Similar to how i would do it with the Foursquare "herenow" api call.)

share|improve this question

1 Answer

This Graph API call gets (friends') checkins at Facebook HQ:

https://graph.facebook.com/166793820034304/checkins?fields=from

Use the Graph Explorer (https://developers.facebook.com/tools/explorer) to try it out.

(And of course use the search API to get the ID of the place if you don't know it yet)

share|improve this answer
Thanks James.....Is it possible that I get a list of everyone checked in at a venue and not just friends/friends of friends? – jai Oct 25 '12 at 18:39
No, I believe it is not. – James Pearce Oct 27 '12 at 5:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.