這份文件已更新。
中文(香港) 的翻譯尚未完成。
英文更新時間:9月12日
中文(香港) 更新時間:8月5日

Changelog for Instagram Platform

This changelog refers to changes made for the Instagram APIs.

Related Changelogs

September 17, 2024

New scope values

Applies 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_publishing
  • instagram_business_manage_comments
  • instagram_business_manage_messages

These will replace the existing business_basic, business_content_publishing, business_manage_comments and business_manage_messages values, respectively.

Please note that the old scope values will be deprecated on December 17, 2024. 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.

July 23, 2024

Launch of the new Instagram API with Instagram Login

Components of this new Instagram API:

  • A Facebook Page will no longer be required
  • The host URL for API calls is graph.instagram.com
  • New permissions for this API:
    • instagram_business_basic
    • instagram_business_content_publishing
    • instagram_business_manage_comments
    • instagram_business_manage_messages
  • The Messenger API will no longer be used to send Instagram messages
  • New apps will add the new Instagram product when creating a Meta app
  • Existing apps can add the new Instagram product in the App Dashboard

Visit our migration guide to learn if this new Instagram API with Instagram Login is right for you.

June 11, 2024

Instagram Comment Webhooks

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.

May 21, 2024

Instagram User Insights

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:

September 12, 2023

Deprecation of Media and User Insights

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.

November 9, 2022

Instagram Webhooks

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.

October 31st

Reels – Product Tags

Applies to all versions.

Instagram Product Tagging API for Reels is made available. You can tag up to 30 products when publishing a reel.

June 28, 2022

Reels

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.

June 27, 2022

舊版 Instagram API 文件

適用於所有版本。

舊版 Instagram API 開發人員文件已被移除,現將重新導向 Instagram 開放平台開發人員文件。

June 20, 2022

商品標註功能

適用於所有版本。

您現可在 Instagram 企業的已發佈媒體上建立和管理 Instagram 購物商品標籤。請參閱商品標註功能指南以了解如何操作。

May 27, 2022

Product Variants

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.

March 15, 2022

輪播帖子

適用於所有版本。

您現在可以使用 Instagram API 發佈包含多張圖片和多段影片的帖子(輪播帖子)。請參閱內容發佈指南,了解完整的發佈步驟。

如果您的應用程式已獲准使用發佈內容所需的權限,則無需再次通過應用程式審查即可使用此功能。

November 9, 2021

直播視像

適用於所有版本。

您現在可以使用 Instagram API,獲取應用程式用戶正在直播的直播視像 Instagram 媒體、獲取這些影片的留言;並可使用 Instagram 訊息功能 API,向留言作者傳送私人回覆(direct 訊息)。為支援此功能,我們已作出以下變更:

  • 新的 GET /ig-user/live_media 關係連線可以傳回提出要求時您應用程式用戶正在直播的直播視像 Instagram 媒體
  • Instagram 留言media 欄位現會傳回一個物件,其中包含留言所在的媒體之編號 (id) 及其發佈位置 (media_product_type)
  • 新的 live_comments Instagram Webhooks 欄位可以傳送通知,其中包含在您應用程式用戶的直播視像正在直播時的即時留言

請參考 Instagram 訊息功能 API 私人回覆文件,了解如何向對您應用程式用戶的直播視像 Instagram 媒體留言的用戶傳送私人回覆

October 20, 2021

Instagram 留言

適用於所有版本。

兩個新欄位已加進 Instagram 留言

  • from — 傳回包含留言建立者的 IGSID (id) 和用戶名稱 (username) 的物件。
  • parent_id — 如果此留言在另一則 Instagram 留言上建立(即另一則留言的回覆),則這個代碼傳回其上層 Instagram 留言的編號。

Instagram Webhooks

適用於所有版本。

comments Instagram Webhooks 欄位現已在 value 欄位物件包含以下屬性:

  • from.id — 建立留言的 Instagram 用戶之 IGSID
  • from.username — 建立留言的 Instagram 用戶之用戶名稱
  • media.id — Instagram 留言所在的 Instagram 媒體之編號。
  • media.media_product_type — 留言所在的 Instagram 媒體介面(發佈地點)。
  • parent_id — 如果此留言在另一則 Instagram 留言上建立(即另一則留言的回覆),則這個代碼為其上層 Instagram 留言的編號。

October 5, 2021

以下變更適用於 2021 年 10 月 5 日或之後建立的 Instagram TV 影片。在此日期之前建立的 Instagram TV 影片不受這些變更的影響。

於 2022 年 1 月 3 日,上述變更將適用於所有 API 版本和所有 Instagram TV 影片,不論影片於何時建立亦然。這意味著從 2022 年 1 月 3 日開始,使用舊 API 版本的應用程式將能夠查詢 Instagram TV 影片(讀取支援功能在 10.0 版本中推出,僅限於 10.0 及以上版本)。

從 14.0 版本起,系統將不再支援 video_title 欄位;如果要求此欄位,API 將傳回錯誤。

June 8, 2021

Like Counts

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.


Time-based Pagination

Applies to v11.0+.

Added since and until parameters to the GET /{ig-user-id}/media endpoint to support time-based pagination.

May 26, 2021

如果應用程式用戶並非擁有媒體,而且媒體擁有者已隱藏讚好數目,那麼當透過其他端點間接查詢 Instagram 媒體時,系統現在會於 like_count 欄位傳回 0。若是直接查詢 Instagram 媒體(只能由 Instagram 媒體擁有者提出),即使擁有者隱藏了媒體的讚好數目,系統仍會傳回實際的讚好數目。

May 4, 2021

就著如何計算 Instagram 用戶的 online_followers 衡量數據作出小型變更。

April 14, 2021

日本用戶執行的限時動態 Instagram 媒體互動將不再包含在一些 replies 衡量數據計算中:

  • 對於日本用戶所製作的限時動態,replies 衡量數據目前將傳回值 0
  • 對於由日本以外用戶所製作的限時動態,replies 衡量數據將傳回回覆次數,但由日本用戶所作出的回覆將不會包含在計算中。

April 12, 2021

Fixed a minor bug with reach metrics on story IG Media.

April 9, 2021

  • 如果 IG 容器error_code 欄位值為 ERROR,容器上的 status 欄位現在會傳回錯誤子代碼
  • IG 媒體分析資料video_views 衡量數據現在支援相簿,並會傳回相簿中所有影片 video_views 的總和,而不是 0

March 16, 2021

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.

Januray 26, 2021

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.

December 2, 2020

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:

  • For Stories created by users in the EEA, the replies metric will now return a value of 0.
  • For Stories created by users outside the EEA, the 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.

November 10, 2020

  • IG User Insights — The 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.

May 5, 2020

December 3, 2019

  • Insights — To align API behavior with Instagram app behavior, insights on IG Users are now only available on IG Users that have 100 or more followers.

August 13, 2019

  • Business Discovery — The Business Discovery API can now be used to get data about other Instagram Creator accounts.

May 22, 2019

May 9, 2019

  • Webhooks — The story_insights field now requires the instagram_manage_insights permission instead of instagram_manage_comments.

October 31, 2018

  • Hashtag Search API — You can now search for media tagged with specific hashtags by using our new Hashtag Search API. #spooky!

October 23, 2018

  • /{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.

June 7, 2018

  • /{ig-media-id} node — You can now use field expansion to get the permalink field on media objects.

May 1, 2018

  • Business Verification — In order to use the Instagram Graph API, all apps must undergo Business Verification, which is part of the App Review process and now required for all Instagram Graph API endpoints. Apps previously reviewed before May 1st, 2018, have to be reviewed again, and have until August 1st, 2018 to do so, or lose access to the API.

April 24, 2018

  • /{ig-comment-id} node:
    • Added a new username field.
    • For 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:
    • Added a new username field.
    • For 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.

April 23, 2018

  • 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

March 13, 2018

  • Content Publishing API — Beta partners can now use the /{ig-user-id}/media edge to tag locations and public Instagram users when publishing photos.

March 8, 2018

  • Public fields — The timestamp field on the /{ig-media-id} node is now a public field and can be returned via field expansion.

February 22, 2018

  • Public fields — The /{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.

February 8, 2018

  • Content Publishing API — Beta partners can now include hashtags when publishing photos via the /{ig-user-id}/media edge. #crazywildebeest FTW!