RedditSharp-DEPRECATED-
RedditSharp-DEPRECATED- copied to clipboard
Comments of post - gives me only 37 comments. Can i sort that?
Hello
this.reddit = new RedditSharp.Reddit(agent);
...(...)...
Comment[] comments = reddit.GetPost(new Uri(interestedUri)).Comments;
How to order by date added or something? I see 37 oldest posts.
What version are you using?