Skip to content

Commit ebdd60e

Browse files
authored
Added info about Client ID and Client Secret needed in config
1 parent 202fb93 commit ebdd60e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pages/providers/x.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ Open .env file and add the following:
3636
X_API_KEY=""
3737
X_API_SECRET=""
3838
```
39+
Also remember to add `Client ID` and `Client Secret`:
40+
```env
41+
X_CLIENT=""
42+
X_SECRET=""
43+
```

0 commit comments

Comments
 (0)