Dymantic / laravel-instagram-feed

150 stars 51 forks source link

Show instagram feed #44

Closed xDesignX closed 3 years ago

xDesignX commented 3 years ago

Hello,

Thank you in advance for your assistance, Thanks for your plugin

I have a problem when I want to display the Instagram feed I added the profile, the token, everything, and authorize but when displaying the foreach I get the following error

Cannot use object of type Dymantic \ InstagramFeed \ InstagramMedia as array

my sight : $feed = \Dymantic\InstagramFeed\Profile::where('username', 'myaccount')->first()->feed($limit = 10);

my controller: return view('frontend.index', compact('categories'))->with(['instagram' => $feed]);

thank you for your help