Closed sunzid02 closed 4 years ago
Hello, After following the steps and visited /youtube/callback i get this error "$_GET['code'] is not set. Please re-authenticate.".
Can you tell me how can I fixed this issue? I'm using Laravel 5.5
Thanks.
You wouldn't visit /youtube/callback directly. You should add the callback URL to you project in the Google API Console.
/youtube/callback
You can then visit /youtube/auth to authenticate your Google account.
/youtube/auth
Hello, After following the steps and visited /youtube/callback i get this error "$_GET['code'] is not set. Please re-authenticate.".
Can you tell me how can I fixed this issue? I'm using Laravel 5.5
Thanks.