How can I extract the parameters from this type of URL.
" ../oauth/#access_token=sa7a56437de94d2d351c5&token_type=score "
I could split by the "#" and then get all the vars, the problem is that I can't get the full url, just the part before the #.
Thank you