0

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

theduck
  • 2,589
  • 13
  • 17
  • 23
Marli
  • 9
  • 7
  • Verify with the twitter documentation or search for already functional PHP solution or laravel package. – N69S Sep 18 '19 at 09:39

1 Answers1

0

For Laravel,

You Can Use Socialite

https://laravel.com/docs/5.8/socialite

albus_severus
  • 3,626
  • 1
  • 13
  • 25