I'm using composer require dymantic/laravel-instagram-feed this package to show instagram feed in my website.
I've followed the instructions from a popular video on yoututbe:
I've generated a callback uri from terminal and accessed through the browser. I clicked the allow access to my instagram. It authorized and redirect back to my website. But when it came back, an access token should generate automatically and store it in my database that will allow my project to access the account. That token is not generating.
I generated token from facebook developers and inserted into my database manually. Now I'm getting this error:
Unresolvable dependency resolving [Parameter #0 [ $config ]] in class Dymantic\InstagramFeed\Instagram
Or is there any other step by step guide to show instagram feed in the website.
We will follow the below step to feed the Instagram Data.
Steps to integrate instagram with laravel. ...
Step-1 Install Laravel Application. ...
Step-2 Install Instagram Package. ...
Step-3 Create the controller. ...
Step:4 Create the route. ...
Step:5 Create the blade file. ...
Step-6 Write the instagram logic in controller.
@Matthew65 All the steps are done.
from developers.facebook.com, I created a testing app and connected it with my instagram account. They provide me instagram app id and instagram secret. I put both in config/instagram-feed.php. They ask me about the website url and auth back url. I've put both of them. But still instagram is not showing on the page.