I have been looking at the REDDIT api documentation, and just by looking at it, it seems that one CANNOT(?) send a PM message to another Reddit user. Please, prove me wrong 🙂
Is it possible to see another user’s subredddit subscriptions?
Thanks for any input.
You can send PMs through reddit’s API with compose.
You cannot see other users’ subreddit subscriptions.
Depending on the language you are using, you may want to look at existing API libraries. In my experience PRAW for python is the most feature-complete (disclosure: I am the package maintainer).