There is a way to know users checked-in in a place in this moment? For example I would to know people who have checked-in with facebook place in the place X in the last hour …
Many thanks!
Stefano
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, using
FQLhttps://developers.facebook.com/docs/reference/fql/
You can query the
checkintable for a specificpage_idand constrain the query on thetimestampcolumn.https://developers.facebook.com/docs/reference/fql/checkin/