0
votes

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".

1
Verify with the twitter documentation or search for already functional PHP solution or laravel package.N69S

1 Answers

0
votes