{"error":{"message":"Error validating access token: The user is enrolled in a blocking, logged-in checkpoint","type":"OAuthException","code":190,"error_subcode":490,"error_data":"{\"checkpoint_flow_id\":\"1501092823525282\",\"checkpoint_content_id\":\"0\",\"show_native_checkpoints\":\"\"}","fbtrace_id":"EGoHyoIWYI8"}}
$headers = "Authorization: Bearer <token>";
$link = "https://graph.facebook.com/v2.12/<id>/subscribed_apps";;
$curl=curl_init();
curl_setopt($curl, CURLOPT_RETURNTRANSFER,true);
curl_setopt($curl, CURLOPT_USERAGENT, "HTTP/1.1");
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);
curl_setopt($curl, CURLOPT_URL, $link);
curl_setopt($curl, CURLOPT_HEADER,false);
$out = curl_exec($curl);
curl_close($curl);
print_r($out);
{"error":{"message":"An access token is required to request this resource.","type":"OAuthException","code":104,"fbtrace_id":"E3VgJm6PZwr"}}
Не удалось подтвердить правильность URL. Response does not match challenge, expected value="1998449326", received=""