user379888
user379888

Reputation:

Is it possible to get Facebook checkins of a user using an Facebook app?

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

Answers (1)

murf
murf

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

Related Questions