'Instagram Graph API - "Application does not have permission for this action"
I want to get user post list with post details in my android application, when i add my account as a tester account in meta developer console i get code, Sort lived token & long lived token but when i call for get user post detail that givin me responce like this.
I added instagram scope "username,media" & my equest url is
https://graph.instagram.com/v12.0/me?fields=username,media&access_token=$access_token$
In which instagram account i logged in that i have more than 500 post.
"error": {
"message": "Application does not have permission for this action",
"type": "IGApiException",
"code": 10,
"fbtrace_id": "AbIQfW1F22zKM3kQuII6l83"
}
If anyone have any solution please let me know.
Solution 1:[1]
You have to Review Connection between your facebook page and connected instagram account.
For that you have to go to your facebook page settings, then select instagram. There you will find Review connection option
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
