feat: add www to threads

This commit is contained in:
Nevo David 2025-11-28 18:08:41 +07:00
parent 8dc422ee31
commit 1e4b1b8baf
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export class ThreadsProvider extends SocialAbstract implements SocialProvider {
const state = makeId(6);
return {
url:
'https://threads.net/oauth/authorize' +
'https://www.threads.net/oauth/authorize' +
`?client_id=${process.env.THREADS_APP_ID}` +
`&redirect_uri=${encodeURIComponent(
`${