Instagram Basic display api "Insufficient developer role" - instagram

I added instagram test account and put the oath url (ngrok url).But i don't get the tester invites in instagram Apps & websites. still showing the instagram test account(pending). and the redirect URI shows "Insufficient developer role".

Related

Unable to show business account instagram feed - Instagram basic display

I am using Instafeed to show a very simple Instagram feed on my business website. I went to the Meta for Developers platform and followed these steps (Official Meta documentation) to obtain my Instagram Basic Display Token. When I created my application, I selected a business account, and I want my website to show the Instagram Feed of that business account. The problem is that, when I add myself as a tester, the Instagram Basic Display returns my personal feed instead of the business account one.
Also, if I try to add the business account as a Instagram Tester User, it won't let me Generate the token with the following exception:
How can I return the business account feed instead of mine?
Thank you all in advance.

Instagram Media Insights API - Application does not have permissions

I've setup a sample FB page and connected an IG account.
I login using the FB Login and retrieve my user and page access tokens, and then I fetch IG Media for that given user. All works fine, but now I'm following the Insights API Guide and unfortunately when trying to fetch Insights for a given Media object, I'm getting a HTTP 400 error with the message
"(#10) Application does not have permission for this action"
I understand that for some advanced features I have to submit for a review, but this is a test-business account that I have setup. I also am querying the Media for my given user only, the one connected to the FB page.
Do I really need to submit for a review just to get insights of a Media, or am I just missing something?

Insufficient developer role during Instagram Basic Display app review

We are trying to get our Instagram Basic Display app reviewed. But we keep being rejected because the reviewer gets an Error 400: "insufficient developer role" (of course, we do not get this error with our test users).
See the attached screenshot that was provided by the reviewer.
I would assume that the reviewers would have a special test account that does not need to be added to the test users of our app?
And also we cannot put the app in Live mode because it was not approved during the review process.
What are we doing wrong here?
Nobody will tell you but you need to:
create a Facebook test user
create an Instagram account with that FB test user
give the credentials (email/address) of the Facebook test user to the reviewer in the Instagram Basic Display submission

I am Unable to get Instagram Business Account ID through Facebook Graph api

I'm trying to access the media of my Instagram business account through Facebook Graph API. I'm following this guide: https://developers.facebook.com/docs/instagram-api/getting-started/
I've set up everything as requested: I have an Instagram business account, a Facebook page connected to this account and a Facebook app.
I am using Graph API explorer, and allowing all permissions that requires for instagram. But
In step 5, when I try to get the Instagram Account ID with
GET /v3.0/{page id}?fields=instagram_business_account
The Instagram business account field is missing, I only get back the ID of the Facebook page, which I already have.
Does anyone have an idea what could be wrong here? Below is my permissions image.
You just need extra permission: pages_read_engagement
i found the solution. At start be sure your instagram account should business account or Creator account.
And then link it with facebook from Facebook web.
Error only come when we use our personal account instead of Creator or Business.
This is my output now.

Bad request from redirect url setting up a new authentication connection setting for Instagram on Azure Bot Service

I am trying to set up a new connection setting for Instagram on Azure as described on this tutorial (https://channel9.msdn.com/Shows/AI-Show/Conversational-AI-and-Authentication) at time 2:30 to OAuth with a Card in Skype
The issue seems to be with the redirect url when coming back to https://token.botframework.com/.auth/web/redirect
I am currently trying to use OAuthCard in my Skype Bot using
https://github.com/Microsoft/BotBuilder/blob/master/Node/examples/basics-oauth/app.js
I am using this OAuthCard in Skype - I click it and it redirects, asks for approval to my account/sign in - I give it and it then redirects and give a blank white screen with "Bad request"
I am expecting it to return to the Skype chat and continue the dialog
It redirects to:https://token.botframework.com/.auth/web/redirect?code=xyz&state=abc
N.B. If I go to my Instagram account I can see that I have given my app access, so it is not an issue there.

Resources