Use Twitter Oauth Connection but NOT to login to my app

Hey everyone!

I have an app that uses auth0 username/password to login. Once the user has logged in to my app I want them to be able to connect their Twitter account so we can get their Twitter tokens and perform actions on Twitter on their behalf. I tried to use the Twitter social connection but it seems like the only option is to have “login with Twitter” added to my login screen, which I do not want! Any advice here other than building out a Twitter oauth flow on my own? Any workarounds?

Thanks!

Hey there @clopez52693

If you want to perform actions on Twitter on behalf of the user then you need to ask the user to also login through Twitter so that the user can authorize those actions.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.