while implementing third party API it redirects me to my site with some details like token etc and my URL looks like this:
http://domain.com/index.php#access_token=access_token&red_url=test.com
But i am not able to get these parameters from url using $_GET or other method. in $_SERVER it show query_string as blank.
Any way to get all parameters from URL.
Many THanks, M.