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 bbb333b commit 5f9ef65Copy full SHA for 5f9ef65
.env.example
@@ -1,13 +1,12 @@
1
# .env.example
2
3
# ACCESS_TOKEN is used for authenticating API requests to Meta's Threads app and Threads.net,
4
-# Provide your token by setting this environment variable.
5
# Required: No default.
6
ACCESS_TOKEN=""
7
8
# BASE_URL specifies the API endpoint for accessing Meta's Threads app.
9
-# It defaults to "https://graph.threads.net/v1.0", but you can override it by setting the variable.
10
-BASE_URL="https://graph.threads.net/v1.0"
+# Optional: Default= "https://graph.threads.net/v1.0"
+#BASE_URL="https://graph.threads.net/v1.0"
11
12
# DRAFTS_FILE specifies the file name or path for saving draft data.
13
# Optional: Default = "drafts.json"
0 commit comments