X Connector
X data used for social preference modeling and inferred dislike signals.
Updated 19 March 2026
xconnectorsocialoauth
X Connector
X data used for social preference modeling and inferred dislike signals.
Connector Metadata
| SDK connector id | x |
| Works on | Web |
| Current collection surface | Web OAuth |
| Information density | Medium |
| Signal quality | Medium |
| Best for | Public social interests, news affinity, creator/topic follow patterns, and authored micro-content. |
Activation
To show this connector in the SDK, add x to the platform allowlist for the SDK surface you are using.
Web
<OnairosButton
webpageName="YourApp"
requestData={['preferences', 'personality']}
allowedPlatforms={['x']}
onComplete={(result) => console.log(result)}
/>
Connector ids are lowercase
Use x in allowedPlatforms. Display names such as X may work on some SDK surfaces, but lowercase connector ids are the safest cross-platform choice.
Current SDK Surface
Web OAuth
What We Collect
- Liked posts and bookmarked posts as positive preference samples.
- The user's own posts for sentiment-based authored-content analysis.
- Timeline windows used to infer likely dislikes when items were seen but not liked.
Current Onairos Handling
- Collected through the X connection flow.
- Additional post/timeline processing is used to derive positive and negative samples.
Notes
- Likes and bookmarks act as positive signals, and timeline analysis helps infer likely dislike signals.
- X is currently available in the web connector flow.