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.

Why any query I do on the checkin table me back empty array? I am using the test console (http://developers.facebook.com/docs/reference/rest/fql.query/). Even the example shown here (http://developers.facebook.com/docs/reference/fql/checkin/) returns me an empty array.

Thank you very much, Stefano

share|improve this question

1 Answer

You need to get the "user_checkins" permissions to access that information.

Check this out: http://developers.facebook.com/docs/authentication/permissions/

Cheers ;)

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.