【发布时间】:2018-11-27 08:16:12
【问题描述】:
由于 Instagram 平台 API 已弃用,我想使用 Instagram Graph API 在我的基于 PHP 的网站上获取我的 Instagram 提要,这是一个非商业帐户。
谁能帮助我,我如何使用 Instagram Graph API 来像画廊一样获取我的提要?
【问题讨论】:
标签: php instagram instagram-api instagram-graph-api
由于 Instagram 平台 API 已弃用,我想使用 Instagram Graph API 在我的基于 PHP 的网站上获取我的 Instagram 提要,这是一个非商业帐户。
谁能帮助我,我如何使用 Instagram Graph API 来像画廊一样获取我的提要?
【问题讨论】:
标签: php instagram instagram-api instagram-graph-api
您只能拉取您的 Instagram 提要,如果它是具有 Instagram 图形 API 的企业帐户,则不能拉取任何其他用户的提要业务或非业务。
【讨论】:
你可以使用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}"
【讨论】: