https://components.xamarin.com/gettingstarted/xamarin.auth
So that website shows how to authenticate the user, and how to make requests, but it skips the step in between which is getting the access token out of the url. This is probably really simple but this is the first time I am working with API's. If someone could view that website and find out exactly how I am supposed A.) Find the url with the access token in it(I know the authentication link redirects you to it in a browser, but in Xamarin.Auth, after authenticating, you go straight back to the app instead of the redirect url. B.) to extract the access token out of the url. thanks.