We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb2efb commit aee8eb3Copy full SHA for aee8eb3
pages/providers/x.mdx
@@ -3,8 +3,13 @@ title: X
3
description: How to add X to your system
4
---
5
6
+import {Callout} from "nextra/components";
7
import OAuth2Redirect from "../../components/snippets/oauth2redirect.tsx";
8
9
+<Callout>
10
+Watch the YouTube Tutorial: https://m.youtube.com/watch?si=swqzAXiSTFOXZiFo&v=3WneMPnOu88&feature=youtu.be
11
+</Callout>
12
+
13
X is a bit different.<br />
14
They created an oAuth2 flow, but it works only with Twitter v2 API.<br />
15
But in order to upload pictures to X, you need to use the old Twitter v1 API.<br />
0 commit comments