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.

I am creating a web application using php. I have a facebook sign in link in my application. When a user sign in I would like to show his real time updates on his news feed and wall in my site. I am using facebook PHP SDK.

I have read about real time updates in facebook

https://developers.facebook.com/docs/reference/api/realtime/

Any Idea of implementing this using facebook real time updates.

If not possible I am planning to to it using polling facebook server at a specific interval.

Please let me know your thoughts.

share|improve this question
What exactly do you mean by “his real time updates”? Real-time updates is just a mechanism to let your app know if any relevant fields of the user profile are getting changed – but I can’t see what about that you’d want to show on your site. Or do you maybe have a wrong understanding of what real-time-updates are? They do not notify you of new postings that the user made, if that’s what your hoping for. – CBroe Aug 1 '12 at 8:17
In My case I wiant to show the users news feeds in my site. I think my understanding regarding the realtime updates was wrong. In my case I need to use polling method right? – Pramod Sivadas Aug 1 '12 at 9:04
1  
Yeah, correct. This is not a use case for real-time updates, because they have a completely different meaning. – CBroe Aug 1 '12 at 9:07
Thanks for the help CBroe – Pramod Sivadas Aug 1 '12 at 9:13

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.