I querying a comments box on this URL: https://graph.facebook.com/comments/?ids=10150692213226360
I don't quite get which comments the array contains. It doesn't seem to contain all. Anyhow I only need the latest comment. I don't care about the rest. So how should I write the URL so that I get it first on the array, or only the last comment so I'm able to parse it easily with PHP?