This changelog refers to changes made for the Instagram APIs.
Welcome Message Flows now available for Instagram API with Instagram Login. Learn more.
Applies to v21.0+. Will apply to all versions on January 8, 2025.
The video media metric video_views
will no longer be supported.
The following endpoints and metrics are affected:
GET /{ig-media-id}/insights
video_views
Applies to v21.0+. Will apply to all versions on January 8, 2025.
The email_contacts
, get_direction_clicks
, profile_views
, text_message_clicks
, website_clicks
, and phone_call_clicks
time series metrics will no longer be supported.
The following endpoints and metrics are affected:
GET /{ig-user-id}/insights
email_contacts
get_direction_clicks
profile_views
text_message_clicks
website_clicks
phone_call_clicks
scope
valuesApplies to all versions.
To ensure consistency between scope
values and permission names, we are introducing new scope
values for the Instagram API with Instagram login. The new scope
values are:
instagram_business_basic
instagram_business_content_publish
instagram_business_manage_comments
instagram_business_manage_messages
These will replace the existing business_basic
, business_content_publish
, business_manage_comments
and business_manage_messages
values, respectively.
Please note that the old scope
values will be deprecated on January 27, 2025. It is essential to update your code before this date to avoid any disruption in your app's functionality. Failure to do so will result in your app being unable to call the Instagram endpoints.
Correction: Deprecation date moved from December 17, 2024 to January 27, 2025.
Components of this new Instagram API:
graph.instagram.com
instagram_business_basic
instagram_business_content_publish
instagram_business_manage_comments
instagram_business_manage_messages
Visit our migration guide to learn if this new Instagram API with Instagram Login is right for you.
Applies to all versions.
In addition to the ad_id
and ad_title
, the original_media_id
will be returned in the media
object of the comments
field's value
object when a person comments on a boosted Instagram post or Instagram ads post. For more information, refer to Set Up Webhooks for Instagram.
Applies to v20.0+. Will apply to all versions on August 19, 2024.
The last_14_days
, last_30_days
, last_90_days
and prev_month
timeframes will no longer be supported for the reached_audience_demographics
and engaged_audience_demographics
metrics.
The following endpoints and metrics are affected:
GET /{ig-user-id}/insights
engaged_audience_demographics
reached_audience_demographics
Applies to v18.0+. Will apply to all versions on December 11, 2023.
Duplicative and legacy Instagram insight metrics are being deprecated. Please see documentation for the endpoints and Instagram Insights for more information on which metrics to use in their place.
The following endpoints and metrics are affected:
GET /{ig-user-id}/insights
AUDIENCE_GENDER_AGE
AUDIENCE_LOCALE
AUDIENCE_COUNTRY
AUDIENCE_CITY
GET /{ig-media-id}/insights
CAROUSEL_ALBUM_IMPRESSIONS
CAROUSEL_ALBUM_REACH
CAROUSEL_ALBUM_ENGAGEMENT
CAROUSEL_ALBUM_SAVED
CAROUSEL_ALBUM_VIDEO_VIEWS
TAPS_FORWARD
TAPS_BACK
EXITS
ENGAGEMENT
Note: total_interactions
, which is listed as an alternative for some of the deprecated metrics, is currently only available using version 18.0 and does not work with older versions. When querying older versions before Dec 11, 2023, please use the engagement
metric.total_interactions
, which is listed as an alternative for some of the deprecated metrics, is currently only available using version 18.0 and does not work with older versions. When querying older versions before Dec 11, 2023, please use the engagement
metric.
Applies to all versions.
The ad_id
and ad_title
will be returned in the media
object of the comments
field's value
object when a person comments on a boosted Instagram post or Instagram ads post.
Applies to all versions.
Instagram Product Tagging API for Reels is made available. You can tag up to 30 products when publishing a reel.
Applies to all versions.
Reels are now supported. To publish a video as a reel, set the media_type
parameter to REELS
when creating a single media post container. Refer to the POST /ig-user/media endpoint
reference to learn which parameters can be used with reels as well as requirements for reels videos.
Note: Beginning November 9, 2023, the VIDEO
value for media_type
will no longer be supported. Use the REELS
media type to publish a video to your feed.
Applies to all versions.
The Legacy Instagram API developer documentation has been removed and now redirects to the Instagram Platform developer documentation.
Applies to all versions.
You can now create and manage Instagram Shopping Product Tags on an Instagram Business's published media. Refer to the Product Tagging guide to learn how.
Applies to all versions.
For partners in the Product Tagging beta, all product variants that match a query's search criteria will now be returned when searching a catalog for products.
Applies to all versions.
You can now use the Instagram API to publish posts containing multiple images and videos (carousel posts). Refer to the Content Publishing guide for complete publishing steps.
If your app has already been approved for permissions required for content publishing, it does not need to undergo App Review again to take advantage of this functionality.
Applies to all versions.
You can now use the Instagram API to get live video IG Media being broadcast by your app users, get comments on those videos, and use the Instagram Messaging API to send private replies (direct messages) to the comment authors. To support this functionality, the following changes have been made:
media
field on an IG Comment now returns and object containing both the ID (id
) and published location (media_product_type
) of the media upon which the comment was madelive_comments
Instagram Webhooks field can send notifications containing live comments made on your app users' live videos as they are being broadcastPlease refer to the Instagram Messaging API private replies documentation to learn how to send private replies to users who have commented on your app users' live video IG Media.
Applies to all versions.
Two new fields have been added to IG Comments:
from
— returns an object containing the IGSID (id
) and username (username
) of the comment creator.parent_id
— returns the ID of the parent IG Comment if this comment was created on another IG Comment (i.e. a reply to another comment).Applies to all versions.
The comments
Instagram webhooks field now includes the following properties in the value
field object:
from.id
— IGSID of the Instagram user who created the comment.from.username
— Username of the Instagram user who created the commentmedia.id
— ID of the IG Media upon which the comment was made.media.media_product_type
— Surface (published location) of the IG Media upon which the comment was made.parent_id
— ID of parent IG Comment if this comment was created on another IG Comment (i.e. a reply to another comment).The following changes apply to Instagram TV videos created on or after October 5, 2021. Instagram TV videos created before this date are exempt from these changes.
media_product_type
field will return FEED
instead of IGTV
video_title
field will not be returnedcomments
and mentions
fields are now supportedOn January 3, 2022, the changes above will apply to all API versions and all Instagram TV videos, regardless of video creation date. This means that starting January 3, 2022, apps using older API versions will be able to query Instagram TV videos (read support was introduced in v10.0 and limited to v10.0+).
Starting with v14.0, the video_title
field will no longer be supported and the API will throw an error if the field is requested.
Applies to v11.0+. Will apply to all versions September 7, 2021.
If indirectly querying an IG Media through another endpoint or field expansion, the like_count
field will be omitted from API responses if the media owner has hidden like counts on it. Directly querying the IG Media (which can only be done by the IG Media owner) will return the actual like count, however, even if like counts have been hidden.
Applies to v11.0+.
Added since
and until
parameters to the GET /{ig-user-id}/media
endpoint to support time-based pagination.
If indirectly querying an IG Media through another endpoint, the like_count field will now return 0
if the app user does not own the media and the media owner has hidden like counts on it. Directly querying the IG Media, which can only be done by the IG Media owner, will return the actual like count, even if the owner has hidden like counts on the media.
Made a minor change to how we calculate the online_followers
metric on IG Users.
Story IG Media interactions performed by users in Japan are no longer included in some replies
metric calculations:
replies
metric will now return a value of 0
.replies
metric will return the number of replies, but replies made by users in Japan will not be included in the calculation.Fixed a minor bug with reach metrics on story IG Media.
status
field on an IG Container now returns an error subcode if the container's error_code
field value is ERROR
.video_views
metric now supports albums and will return the sum of video_views
on all videos in the album instead of 0
.IGTV media is now supported in v10.0+. This applies to all endpoints except those used for content publishing and webhooks. To support this change, new media_product_type
and video_title
fields have been added to the IG Media node. IGTV media must have been shared to Instagram at the time of publish (Post a Preview or Share Preview to Feed enabled) in order to be accessible via the API.
The Content Publishing beta has ended and all developers can now publish media on Instagram Professional accounts. Refer to the Content Publishing guide for usage details.
In compliance with the European Union's ePrivacy Directive, messaging-related Story IG Media interactions performed by users in the European Economic Area (EEA) after December 1, 2020, will no longer be included in some metric calculations:
replies
metric will now return a value of 0
.replies
metric will return the number of replies, but replies made my users in the EEA will not be included in its calculation.This change applies to all versions.
follower_count
values now align more closely with their corresponding values displayed in the Instagram app. In addition, follower_count
now returns a maximum of 30 days of data instead of 2 years. This change applies to v9.0+ and will apply to all versions May 9, 2021.timestamp
field on IG Media returned by GET /{ig-hashtag-id}/top_media
and GET /{ig-hashtag-id}/recent_media
Hashtag Search queries. For example: GET /{ig-hashtag-id}/top_media?fields=timestamp
.story_insights
field now requires the instagram_manage_insights
permission instead of instagram_manage_comments
.#spooky
!/{ig-media-id}/comments
edge — GET
requests made using API version 3.1 or older will have results returned in chronological order. Requests made using version 3.2+ will have results returned in reverse chronological order. /{ig-media-id}
node — You can now use field expansion to get the permalink
field on media objects./{ig-comment-id}
node:
username
field.GET
requests, the user
field will not be included in responses unless the User making the request owns the Comment; instead, we will return username
for all commenters. This also applies to queries on Comments made through other APIs, such as the Mentions API./{ig-media-id}
node:
username
field.GET
requests, the owner
field will not be included in responses unless the User making the request owns the media object; instead, we will return username
for all commenters. This also applies to queries on media objects made through other APIs, such as the Mentions API.Insights API — Insights will now include ad activity generated through the API, Facebook ads interfaces, and Instagram's Promote feature. This affects the following metrics:
impressions
reach
timestamp
field on the /{ig-media-id}
node is now a public field and can be returned via field expansion./{ig-user-id}
, /{ig-comment-id}
, and /{ig-media-id}
nodes will now return all public fields when accessed through an edge via field expansion. Refer to each node's reference document to see which fields are public./{ig-user-id}/media
edge. #crazywildebeest
FTW!