We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have created the token refresh cron as per the guide.
However the token does not refresh and i get an outtage every 60 days.
I have the below in app/console/Kernel.php
protected function schedule(Schedule $schedule) { $schedule->command('instagram-feed:refresh-tokens')->monthly(); }
The text was updated successfully, but these errors were encountered:
I have the same problem. Console command doesnt work as expected.
Sorry, something went wrong.
Are you running the scheduler ? php artisan schedule:run via cron? The Laravel Scheduler has to be run for this to work!
php artisan schedule:run
No branches or pull requests
I have created the token refresh cron as per the guide.
However the token does not refresh and i get an outtage every 60 days.
I have the below in app/console/Kernel.php
protected function schedule(Schedule $schedule) { $schedule->command('instagram-feed:refresh-tokens')->monthly(); }
The text was updated successfully, but these errors were encountered: