You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to retrieve comments and its replies from a submission.
With the code I have I am only getting comments but no replies. How could I change the in order to obtain the replies as well?
` public static List executeRedditCommentSearch(RedditClient client, Submission
submission, Integer commentMaxDepth,
Integer commentMaxResults, CommentSort commentSort, Logger log) {
Hello,
I am trying to retrieve comments and its replies from a submission.
With the code I have I am only getting comments but no replies. How could I change the in order to obtain the replies as well?
` public static List executeRedditCommentSearch(RedditClient client, Submission
submission, Integer commentMaxDepth,
Integer commentMaxResults, CommentSort commentSort, Logger log) {
Thank you!
The text was updated successfully, but these errors were encountered: