I have completed the oauth flow for my third party app against a Reddit account and I've gotten the access token for the account.
Now my next issue is
How can I fetch the subreddits for an account using the access token
I can't seem to figure out the endpoint for that.
Does anyone know the endpoint for that?
Thank you
The Reddit OAuth Docs say that for the /subreddits/mine/(where) endpoint, the
subreddits
OAuth scope is necessary.Once that scope is acquired for a user, you can use the following snippets of code to access the list of subscribed subreddits for the user: