I have fetched the facebook feeds using facebook graph api. I want to get comments count and likes count for each feed. I don't want to call another url to get comment count and like count for example, pass post id to fetch comment count and like count like following url: https://graph.facebook.com//comments?access_token=...
Please let me know if there is any way to get all facebook feeds including comments count and like count in single API call.
Thanks in advance.