I have to display all the comments of a page from the json string from the facebook graph as input, exactly like this, but for another website, of course:
https://graph.facebook.com/comments/?ids=http://www.facebook.com
What I have to do now is to display all the comments in an ordered way, like, for example, the facebook comments plugin do.
I couldn’t find any code snippet to do this (is it possible?), so maybe I’m just looking to the wrong direction.
Any clue of how to do this?
Well you can loop through everything like this and get everything you want
Hope this is what you are looking for