New Facebook API fetching newsfeed and its comments
问题 is there a way to get newsfeed and its comments with the new changes facebook making on july, 2013 - https://developers.facebook.com/roadmap/ What im trying to do? i want to fetch latest newsfeed with comments (if any comments on it) with one api call , even if its group api call. Old Way of doing it: 1) fetching from stream table with comments field (comment field is deprecated now) 2) fetching from graph with comments field (which is removed also now) Quick Links new changes with quick doc: