A previously working Instagram client-authentication flow recently broke due to missing access token after redirection
Instagram properly redirects the user to myapp.com/success#access_token=some_token in Chrome.
However, when accessing the URL from within (iOS) client code / desktop Safari the redirect happens without any appended #access_token data