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.

Is it possible to get real-time updates from Facebook's graph API for a user's friend's check-ins?

I know you can get friend check-ins on demand and can get user check-ins real-time, how about friend check-ins real-time?

Thanks.

share|improve this question

1 Answer

You can get the real time updates from the facebook graph api by using the subscriptions

https://graph.facebook.com/<APP_ID>/subscriptions?object=check_in&callback_url=<ur url>

. Refer the below link for details

http://vikasrao.wordpress.com/2011/07/05/subscribing-to-facebook-graph-apis-real-time-updates-using-curl/

share|improve this answer
You can improve your answer by adding the curl scripts from the blogpost directly in your answer... – rene Oct 21 '12 at 15:42

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.