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'm currently trying to find all the posts,comments, or likes I have made on all my friends walls. My solution right now is to find all my friends, and then query each ones stream, and then check each post in that stream for whether I was the author, or if I commented or liked it. The problem is it makes FQL queries for every single post on every single friends walls. It takes minutes just to do one friend, and hours to do my entire friend list.

Is there an easier/faster way to query all my contributions to a friends wall besides my current method?

share|improve this question
you found an answer by any chance? – Aram Bhusal Aug 15 '12 at 19:46
I just did what I described, waited hours/days for it to finish. I think you can download all your own data now from FB. – Jeff Aug 15 '12 at 21:21

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.