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.

For an application which I'm writing im polling a facebook page with following fql query

select post_id from stream where source_id = {mypageid} AND updated_time > {unixtime since last noticed update}

It works great as long as the post which the comment got written to is not too old. However if the post is to old my query doesn't return any data. I didn't figured out yet what the specific timespan is when my query is working.

Does anyone know how to avoid this problem or how to modify my query to get all post with a new comment since the last time my query was executed?

Thanks in advance...

share|improve this question

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.