$embed = new Embera(['instagram_access_token' => '<TOKEN>']);
$instaProfile = $embed->autoEmbed('https://www.instagram.com/farid_rueda/p/B6badtlCJCw/');
dd($instaprofile)
If I use the snippet above, I just get the URL I provided returned ...
"https://www.instagram.com/farid_rueda/p/B6badtlCJCw/" // routes/web.php:11