is this possible:
I need to get the url from a web view and then get the parameters out of it into variables. The classic example is sending a user to log in to and authenticate their user account on a certain social media to get an authentication token back.
Is there any way to do this?
- Create a web view and pass a custom url to from a parameter?
- Get the parameters from the redirect after the page reloads when they logged in?