Categories
How to extract access_token in VK API via PHP?
Hello! I get an access_token, it is in the address bar like this: /index.php#access_token={TOKEN} How to extract it from the address bar using PHP?
/index.php#access_token={TOKEN}
Answer the question
In order to leave comments, you need to log in
$token = $_GET['access_token'];
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question