Dymantic / laravel-instagram-feed

150 stars 51 forks source link

Cannot feed by tinker - Laravel 9 #53

Closed Heqma closed 2 years ago

Heqma commented 2 years ago

Hi after i verified all i wanted to feed some images from instagram, but when i try to do it by "$profile->refreshFeed()" or "$profile->Feed(4)" tinker return to me

>>> $profile->refreshFeed()
=> Dymantic\InstagramFeed\InstagramFeed {#3716
     +profile: Dymantic\InstagramFeed\Profile {#3705
       id: 2,
       username: "myname",
       identity_token: "mytoken",
       created_at: "2022-04-11 14:25:09",
       updated_at: "2022-04-11 14:29:10",
     },
   }
nemesisKO commented 2 years ago

same issue. what was the problem?

Heqma commented 2 years ago

It was a problem with my view. Try to debug your feed