
Getting user post data of a subreddit
I am trying to get user post data in a subreddit but facing a challenge.
I have created a screen where i am showing total number of posts created by a user on a subreddit.
In my case i had created a post 23 days ago...because of the reddit limitation of 1000 posts in the api response, i am not getting my post data and the count is coming 0.
Now, i can use getUserPosts() and filter it by subreddit name, but in that case as well i will not be able to see posts for users which have kept their profile hidden.
Is there any other way to get user post data?
Ps. i know i have set the limit to 2000 in code, but max is 1000