Hi everybody,
I’m trying to retrieve parameters in the url after hiting a link like <a href="myurl">.
The thing I try to do it’s to connect user with his instagram account so he click on the link to be authentificated in the instagram api and after that I need to retrieve the access token they gave me with the callback url.
Thank you for your answer but you mean possible or impossible?
For the oauth, Instagram return to the specified callback url and add the access token to the url like that: http://mysite.com/callback.php?code=mycode