I'm quite new using instagram API/Graph API but I can't find answers to my questions.
Since Instagram API is deprecated, now we have to deal with instagram/facebook graph API.
I am aware of the new procedure (https://developers.facebook.com/docs/instagram-api/getting-started/ ) that consist of:
- Connect a Facebook Page to an Instagram Business Account.
- Register your app.
- Add the Facebook Login product.
- Add the Instagram API product.
- Test your app's settings with the Graph API Explorer.
- Submit your app for App Review.
The problem is that I only want to be able to get my own instagram feed only.
But by default, the minimum API permission is instagram_basic This permission must be reviewed by facebook before beeing granted.
And to be reviewed we must provide (as a screencast):
- How a business will log in with Facebook to connect their Instagram profile
- How a business will see this feature used in your app
But for my use case I don't have such things to show as I just want to do backend processing for my own feed.
My questions are:
- Does the graph API allow this?
- Do I miss something, like a kind of App token for instagram ? (Like : https://developers.facebook.com/docs/facebook-login/access-tokens?locale=en_US#apptokens)
- Is there a workaround ?
Thanks for your time and contribution.