0

I'm quite new to the FB API. In fact, I've just started. In my simple page I wanted to show a block dedicated to users, who recently (let's say for last 7 days) checked on my place. Is there any chance to do it through graph api? i have found several maybe not similar topics here but still usually there were no tips/solutions. Mainly i've found some issues with this concept.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Paweł Skaba
  • 671
  • 1
  • 17
  • 49

1 Answers1

0

According to the docs you can only check how many people checked in, but not who exactly: https://developers.facebook.com/docs/graph-api/reference/v2.2/page

...it does make sense though, for privacy reasons.

andyrandy
  • 72,880
  • 8
  • 113
  • 130