【问题标题】:Instagram API endpointInstagram API 端点
【发布时间】:2018-12-28 14:03:45
【问题描述】:

我尝试了很多方法来使用 Instagram 的 API。 GitHub 中的许多存储库都有使用 PHP 的 API,但都已过时。

https://www.instagram.com/developer/changelog/

由于 4 月份发生了变化,我找不到使用 PHP 使用 Instagram API 的端点或某种方式。有人可以帮我吗?

我想要一些功能,比如关注和取消关注。

我正在使用沙盒模式并且已经授权一些帐户进行测试,但它总是返回我这个:

stdClass Object
(
    [meta] => stdClass Object
        (
            [code] => 400
            [error_type] => APINotAllowedError
            [error_message] => This endpoint has been retired
        )

)

【问题讨论】:

标签: php instagram instagram-api


【解决方案1】:

Instagram 不再允许您使用 API 来关注或取消关注人。浏览Instagram API docs,看看什么是可能的,什么是不可能的

【讨论】:

  • 非常感谢各位 :)
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2015-08-29
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多