Get url parameters

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?

  1. Create a web view and pass a custom url to from a parameter?
  2. Get the parameters from the redirect after the page reloads when they logged in?

No, not possible at the moment.