Instagram Graph API

后端 未结 1 1399
时光取名叫无心
时光取名叫无心 2020-12-20 06:36

My task is to get photo data of my business Instagram account with Instagram Graph API. I followed the instruction from Instagram Graph API - https://developers.facebook.co

1条回答
  •  隐瞒了意图╮
    2020-12-20 07:15

    I guess you have missed creating a Facebook business page and linking your Instagram Business account to it.

    Here is the guide to setup : https://developers.facebook.com/docs/instagram-api/getting-started

    If this was done correctly and still you're facing the error is because of a Facebook bug where your account doesn't get linked correctly.

    Here : https://developers.facebook.com/support/bugs/177912116363088/?disable_redirect=0

    Solution : Please disconnect your Instagram account from your page. Then, on Instagram app, in setting you will have to switch back to personal account and reconvert to a business account

    Note : Switching to a personal account you will lose the insights of your media.

    Once this is done you should be able to get instagram_business_account and post which you can run your query to fetch the media :

    GET http://graph.facebook.com/you-instagram-business-account-id/media
    

    0 讨论(0)
提交回复
热议问题