'Not able to get mentioned media's profile picture from Instagram Graph API
I am using Instagram Graph API to retrieve the mentioned data for one user. I followed the documentation provided at https://developers.facebook.com/docs/instagram-api/guides/mentions/
I am making this API call...
https://graph.facebook.com/v13.0/{{business_acc_id}}/tags?access_token={{access_token}}
It works just fine. It returns default fields. Now, I want post's username, user_profile_picture, post_media, caption, timestamp fields. So, I'm making this API call...
https://graph.facebook.com/v13.0/{{business_acc_id}}/tags?fields=id,username,profile_picture,media_url,caption,timestamp&access_token={{access_token}}
It returns id, username, media_url, caption and timestamp. Not able to retrieve profile_picture.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
