I'm developing an application with the Laravel framework along with the instagram api and I got stuck: in a given routine, I get a redirect that returns the login for my application, but the problem is that in that redirect comes a given important to be used in the application but it comes in this format that I can not use: " link ".
I've tried using Laravel's own route mechanism to try to get this data, but I did not succeed. Would anyone help me?