I am experimenting with the Discord API which doesn't return querystring parameters and I can't use parse_url().
The URL looks like this: httpS://example.com/discord/#token_type=Bearer&access_token=TOKEN&expires_in=604800&scope=identify 
Notice the #.
I would like to access the access_token, could someone point me in the right direction please?
