How to redirect uri to another screen?

I use this API (example)
https://api.instagram.com/oauth/authorize?client_id=684477648739411&redirect_uri=https://socialsizzle.herokuapp.com/auth/&scope=user_profile,user_media&response_type=code

I use this API to authorize my users, and I display it with the webviwe component.

what I want is when the user has successfully logged in, it will automatically open another screen.

Thanks you very much

1 Like

I think WebView has an event “OnPageLoaded” or similar, you can use that event and compare the current url

1 Like