file_get_contents('https://graph.facebook.com/me/accounts?access_token=ACCESS_TOKEN_HERE');
当我使用访问令牌在浏览器中打开此链接时,它会列出我所有的 Facebook 页面,当我尝试使用 回显它时file_get_contents
,会出现以下错误:
警告:file_get_contents(https://graph.facebook.com/me/accounts?access_token=ACCESS_TOKEN_HERE)[function.file-get-contents]:无法打开流:/home/www/ 中的权限被拒绝* ** * * * * ** * *第 4 行的 .php
也file_get_contents
适用于任何其他网站。