We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7a9d6 commit 583bfaaCopy full SHA for 583bfaa
1 file changed
src/index.js
@@ -122,9 +122,9 @@ const agent = new https.Agent({
122
});
123
124
const GRAPH_API_BASE_URL =
125
- 'https://graph.threads.net/' +
+ 'https://graph.threads.com/' +
126
(GRAPH_API_VERSION ? GRAPH_API_VERSION + '/' : '');
127
-const AUTHORIZATION_BASE_URL = 'https://www.threads.net';
+const AUTHORIZATION_BASE_URL = 'https://www.threads.com';
128
129
let initial_access_token = INITIAL_ACCESS_TOKEN;
130
let initial_user_id = INITIAL_USER_ID;
0 commit comments