Reputation:
I am trying to build a an app that gets user's Facebook checkins. Is it still possible to get checkin data from Facebook API. I did some research and learned it might not be possible anymore.
Upvotes: 0
Views: 30
Reputation: 374
You can use the following endpoint: /me/tagged_places
. You will need the user_tagged_places
permission.
Check out the documentation here.
Upvotes: 1