3
votes

I would like to ask following question

Does anyone know how to receive the user's checkins in the facebook via Facebook Graph API 2.0 and up? As far as I got /me/checkins is deprecated.

Thx in advance

Best regards

1

1 Answers

8
votes

There is no such thing like checkins anymore as far as I know. You can query either for

  • Place Tags
  • Posts with an included location

like the follwoing

  • /me/tagged_places
  • /me/posts?with=location

See