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: https://developers.facebook.com/blog/post/2013/04/03/new-apis-for-comment-replies/
- guide: https://developers.facebook.com/docs/graphapi/guides/comments/
- fql: http://developers.facebook.com/docs/reference/fql/comment
- graph: http://developers.facebook.com/docs/reference/api/Comment/