如何使用Instagram Graph API在网站上获取非企业帐户的Instagram feed?

时间:2018-11-27 08:16:12

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

由于不赞成使用Instagram平台API,我想使用Instagram Graph API在基于PHP的网站上获取我的Instagram供稿。这是一个非商业帐户。

有人可以帮助我,如何使用Instagram Graph API像画廊一样获取我的供稿?

2 个答案:

答案 0 :(得分:0)

仅当Instagram feed是具有Instagram graph API的企业帐户时,您才能提取Instagram feed,而不能提取任何其他用户的feed企业或非企业feed。

答案 1 :(得分:-1)

您可以使用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}"