Hi, i'm trying to setup twitter oauth, but when i ...
# help
n
Hi, i'm trying to setup twitter oauth, but when i call
Copy code
js
supabase.auth.signIn({
  provider: 'twitter',
})
i just get redirected to
https://<project-ref>.supabase.co
( is my projects ref) not
https://<project-ref>.supabase.co/auth/v1/callback
n
Hello @NatoNathan! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
🆕 Twitter Auth redirect issue
b
n
Twitter Auth redirect issue
n
yep,
d
first time setting up twitter auth, and encountering this issue too. i've successfully done the same for discord oauth just fine. i've enabled both v1.1 and v2 twitter api. client id and secrets are fine. @NatoNathan did you resolve your issue?
Nvm, in the end, we used only v1.1 and had to make sure we selected the right pair of keys.