Open krpti-a opened 3 years ago
Hello @ankarpy ,
If you are laravel 7+ you dont have to register the class like you did by adding to the app.php
.
What you are missing in your command is the authorization code parameter i.e. the
php artisan instagram-feed:setup-new-access-token <authorization-code>
It should be something like this
php artisan instagram-feed:setup-new-access-token AQBv...Xw
Is it working @ankarpy ? Does the answer of @Otienoh help with your problem ? If yes I can close this issues :)
Hello! I have followed your instructions, but my laravel application throws the following error, when I try to setup new access token.
What am I doing wrong? I have put the
ChillPills\InstagramBasicFeed\InstagramBasicFeedServiceProvider::class,
in the app.php providers, still nothing.. :(