List<Post> list = facebook.feedOperations().getFeed("xyz");
I used the above code to fetch all the posts. How do I extract the stories from them. Like adding new friends etc.
List<Post> list = facebook.feedOperations().getFeed("xyz");
I used the above code to fetch all the posts. How do I extract the stories from them. Like adding new friends etc.