Hello,
I’m implementing a “sign in with Twitter” feature in my Python app (using the rauth module for OAuth). As per https://dev.twitter.com/docs/auth/implementing-sign-twitter and other discussions on the Internet, apparently I should be using the oauth/authenticate endpoint as an authorization URL instead of oauth/authorize.
However, what happens is that oauth/authenticate redirects to oauth/authorize so it asks for permissions everytime I sign in.
Alexei