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
There is no such thing like checkins anymore as far as I know. You can query either for
like the follwoing
/me/tagged_places
/me/posts?with=location
See