Closed kgnfth closed 2 years ago
Fixed my issue after hours figuring out why
the problem was, i created a brand new laravel project but the latest laravel did not have
\Illuminate\Session\Middleware\StartSession::class
in the protected $middleware
array in kernel.php
adding the class to the array fixed my issue
First of all this is my code
this code returns
Missing or invalid request token.
if i dump
request()->oauth_verifier
before$response
i get a the oauth_verifier codeso why is this not working i do not understand