# April 10: Support for X post ingestion, Reddit content, OAuth connectors

### New Features

* 💡 Graphlit now supports **X post ingestion** through URL-native X content helpers and metadata/search support.
* 💡 We have added **Reddit content helpers** for richer post ingestion and preparation workflows.
* We have added connector-scoped **OAuth helpers** for Slack, X, GitHub, GitLab, Atlassian, and Notion.
* We have added `read` result APIs for externally reading content through connector-backed sources.
* We have expanded feed and connector sanitization work so connector configuration can be safely reused across workflow surfaces.

### Bugs Fixed

* Improved OAuth connector scoping to avoid cross-connector credential ambiguity.
* Improved package and site feed tests around externally read content.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.graphlit.dev/april-2026/april-10-support-for-x-post-ingestion-reddit-content-and-oauth-connectors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
