Reddit Connector
Reddit behavioral data from subscribed communities, votes, posts, and comments.
Updated 19 March 2026
redditconnectorsocialoauth
Reddit Connector
Reddit behavioral data from subscribed communities, votes, posts, and comments.
Connector Metadata
| SDK connector id | reddit |
| Works on | Web, React Native, Swift, Mobile OAuth |
| Current collection surface | Web OAuth, Mobile OAuth |
| Information density | Very high |
| Signal quality | High |
| Best for | Community interests, opinions, niche preferences, authored content, and strong like/dislike signals. |
Activation
To show this connector in the SDK, add reddit to the platform allowlist for the SDK surface you are using.
Web
<OnairosButton
webpageName="YourApp"
requestData={['preferences', 'personality']}
allowedPlatforms={['reddit']}
onComplete={(result) => console.log(result)}
/>
React Native
<OnairosButton
AppName="YourApp"
allowedPlatforms={['reddit']}
recommendedPlatforms={['reddit']}
onComplete={(result) => console.log(result)}
/>
Swift
let config = OnairosConfig(
apiKey: "your_api_key",
platforms: [.reddit],
recommendedPlatforms: [.reddit],
urlScheme: "yourapp",
appName: "YourApp"
)
Connector ids are lowercase
Use reddit in allowedPlatforms. Display names such as Reddit may work on some SDK surfaces, but lowercase connector ids are the safest cross-platform choice.
Current SDK Surface
Web OAuthMobile OAuth
What We Collect
- Subscribed subreddits from the user's Reddit account.
- Upvoted content and downvoted content with pagination support.
- The user's own submissions and comment history for sentiment-based training.
Current Onairos Handling
- Collected through the Reddit connection and sync flow.
Notes
- Posts and comments can contribute authored-content signals.
- This connector focuses on votes, authored content, and subreddit membership.