[Function.file-olsun-içindekiler]: failed to open stream

0 Cevap

Ben bir Facebook access_token URL çağırdığınızda file_get_contents() dönüyor "failed to open stream".

Uyarı: file_get_contents (https://graph.facebook.com/me?access_token=xxxxx) [function.file-get-içeriği]: / home / manorlog / public_html / endeksindeki Böyle bir dosya ya da dizin yok: failed to open stream. hat 109 php

Ben elle URL access_token Facebook vurmak için çalışın eğer bana persional ayrıntıları gösterir

Ben de bu kodu denedim ve çalışıyor doğruladıktan:

$foo = file_get_contents('http://google.com');
echo $foo

Herkes neden file_get_contents() URL access_token Facebook ile başarısız oluyor herhangi bir fikirleri var mı?

0 Cevap