Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can I get public/my friends checkin around a specified coordinate? I've found a way to get places around me, but nothing about checkins:

https://graph.facebook.com/search?type=place&center=lat,long&distance=1000

Any idea?

It's the same using type=checkin

search?type=checkin&center=41.908569,12.539402&distance=10000

it return always empty results

share|improve this question
you may have to have an active token for that? – El Guapo May 18 '11 at 16:34
yes I'm syre I'vve already an active token (I've made several other tests). Using graph.facebook.com/search?type=checkin it returns always an empty 'data' json dictionary while I should get recent checkins. – danielemm May 18 '11 at 16:37
i just saw this in their api... are you adding the access_token to your request? GET graph.facebook.com/… – El Guapo May 18 '11 at 16:41
1  
Also, how about the "friends_checkins" permission? developers.facebook.com/docs/authentication/permissions – El Guapo May 18 '11 at 16:42
Having the same problem. This used to work, not it always returns an empty data array. – Tom Kincaid Feb 27 '12 at 16:14

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.