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 want to display on a website all of these 3. I haven't found a way of doing so together, only in 3 separate sections.

I was reading there is a way of querying but not sure how to build this query to pull all 3 (me/statuses , me/home , me/feed) and have them in chronological order and show comments/likes as well.

Thanks!

share|improve this question

1 Answer

Your app will have to loop through the results and merge them as needed. You might want to use Batch requests so you only have to make 1 request and not 3, however the data will still come back un-merged.

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.