I'm trying to implement twitter login into my application, I obtain the oauth_token from twitter using socialite then I followed the steps at https://developer.twitter.com/en/docs/basics/authentication/api-reference/authenticate
and I pass the token of the user to this URL: https://api.twitter.com/oauth/authenticate?oauth_token=some_token
but it always gives me "The request token for this page is invalid".