Instagram脚本PHP脚本

时间:2016-07-20 05:07:58

标签: php rss instagram instagram-api

我正在尝试按照these instructions创建RSS Feed,但目前没有结果。

这是我的RSS:

  

http://imodelicon.com/test/instagram/instarss.php?hashtag=carshow

我的http主机为http://imodelicon.com,请求URI为/test/instagram/instrass.php。这是对的吗?

如果是这样,我看不到链接后的#标签结果。如果还有其他问题,有人可以提供帮助吗?

1 个答案:

答案 0 :(得分:1)

根据@YakovL的建议,添加为答案。

我尝试在本地部署您的应用,并且工作正常。

由于它不能在你的工作结束,我唯一想到的就是你的设置。 检查返回的file_get_contents。它可能被防火墙或您的托管服务提供商阻止。

另外,请检查file_get_contents() not working以获取更多指示。