devvit
devvit copied to clipboard
[API] Post retrieval methods cannot retrieve information from "gated" subreddits
These are subreddits that have an interstitial warning that you have to click through the first time you view the subreddit, mostly related to drugs, incest or similar.
const posts = await context.reddit.getNewPosts({
subredditName: "cocainegonewild",
limit: 100,
}).all();
This returns a 403 Forbidden result, along with the warning that would have been displayed to subreddit users. It would be great if the Devvit API could somehow "dismiss" the warning like a regular user could.