$c= curl_init('https://disqus.com/api/3.0/threads/listPosts.json?api_key=EqGFOM4KaZaVb7TuhzxeiCeHBqwOfUHZ5YIih5Al51Fj8p410zsSAFaowG7Tafv5&thread:ident=2&forum=bestcamdirectory&limit=1');
curl_setopt($c, CURLOPT_RETURNTRANSFER, true);
$response= curl_exec($c);
echo $response;
curl_close($c);
問題は、サーバーから何も取得されないことです。file_get_Contentsを使用できますが、サーバーで使用が許可されていません。応答が得られない理由は何ですか。