Ошибка: Предупреждение : file_get_contents (https://oauth.vk.com/access_token?client_id=766882...) не удалось запросить HTTP не удалось! HTTP / 1.1 401 Неавторизовано в /var/www/u1214425/data/www/flesk.ml/config/vk.php в токене ошибки строки 13
Warning: file_get_contents(https://oauth.vk.com/access_token?client_id=766882...): failed to open stream: HTTP request failed! HTTP/1.1 401 Unauthorized in /var/www/u1214425/data/www/flesk.ml/config/vk.php on line 13
error token
<?php
if (!$_GET['code']) {
exit('error code');
}
$token = json_decode(file_get_contents('https://oauth.vk.com/access_token?client_id=7668823&redirect_uri=https:https://flesk.ml/config/vk.php$client_secret=CGVDImYF7Lo8VJeSH7P0&code='.$_GET['code']), true);
if (!$token) {
exit('error token');
# code...
}
var_dump($token);
?>