Hi, I have the following error when it comes to obtaining the current url using php The URL is as follows:
http://localhost/token.php?#access_token=EAALhZB1GcFMUBAIk7fEy1221212HjQUT6wb0NypHpKYRKRxcQVcKxmn56hn0RdZB6LO6qyppN1Jc7VBjcJITzOoKBT65dKZBgiyy55HNqdKuTAJSVnfgCwfdBBwe1rl0cUeksZAXcuG8cLJLwMYHQ8557bvVjhD2MTse3czS3o1c0jWmIqdWMYLJ63TYIIpFKK4DVm8a3LtH7sq2Ngz5QZDZD&expires_in=709385
As you can see the url has this part ?#access_token
the sign # prevents getting the full url using this method.
$urls = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
echo $urls;
What I'm trying to do is get the full url, I only get this part http://localhost/token.php?