可能重复:
file_get_contents() 错误
处理连接到 Instagram API 的脚本以从特定标签获取照片。它在本地工作得很好,但在服务器上我得到错误。
警告:file_get_contents(): https:// wrapper 在服务器配置中被 /storage/content/91/103391/instaboll.nu/public_html/instagram.php 第 19 行中的 allow_url_fopen=0 禁用。
这是第 19 行的样子:
$contents = file_get_contents(" https://api.instagram.com/v1/tags/ $tag/media/recent?client_id=$client_id");
有任何想法吗?
已经搜索过这个并找到了一些推荐 curl 的帖子,但不知道如何继续。