chill-pills / laravel-instagram-basic-feed

Laravel package that connect to Instagram's new API Basic Display. Retrieve personal user's posts and keep them in cache, with specific commands or with Scheduler and take care to refresh the token's every two months.
MIT License
3 stars 3 forks source link

fixes the refresh access token command #4

Closed Otienoh closed 3 years ago

Otienoh commented 3 years ago

This fixes some referencing issues that came up while working with the project and proposes new change in writing to .env

dib258 commented 3 years ago

Nice work, hadn't had the time to finish that part correctly ! I'll merge it ;)