【问题标题】:How to fetch Instagram feed of a non-business account on website with Instagram Graph API?如何使用 Instagram Graph API 在网站上获取非商业帐户的 Instagram 提要?
【发布时间】:2018-11-27 08:16:12
【问题描述】:

由于 Instagram 平台 API 已弃用,我想使用 Instagram Graph API 在我的基于 PHP 的网站上获取我的 Instagram 提要,这是一个非商业帐户。

谁能帮助我,我如何使用 Instagram Graph API 来像画廊一样获取我的提要?

【问题讨论】:

    标签: php instagram instagram-api instagram-graph-api


    【解决方案1】:

    您只能拉取您的 Instagram 提要,如果它是具有 Instagram 图形 API 的企业帐户,则不能拉取任何其他用户的提要业务或非业务。

    【讨论】:

    • 感谢 krisrak,您有任何运行示例帮助链接,我可以在其中查看通过图形 API 获取 instagram 提要的情况吗?
    【解决方案2】:

    你可以使用the Business Discovery API:

    curl -i -X GET "https://graph.facebook.com/v3.2/17841405309211844?fields=business_discovery.username(bluebottle){followers_count,media_count,media{comments_count,like_count}}&access_token={access-token}"

    【讨论】:

      猜你喜欢
      • 2021-09-12
      • 1970-01-01
      • 2020-07-11
      • 2020-07-10
      • 1970-01-01
      • 2019-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多