Questo documento è stato aggiornato.
La traduzione in Italiano non è ancora completa.
Aggiornamento inglese: 4 set
Aggiornamento Italiano: 1 lug 2022

Changelog

September 4, 2024

Announcing deprecation of Instagram Basic Display API. In 90 days, on December 4, 2024, the Instagram Basic Display API will no longer be available.

June 28, 2022

Reels

Si applica a tutte le versioni.

Le risposte GET /{user-id}/media ora includono i reel, ma al momento non è possibile determinare se un dato video nell'insieme di risposte sia stato approvato come reel.

June 27, 2022

Documentazione API Instagram precedenti

Si applica a tutte le versioni.

La documentazione per gli sviluppatori sulle API Instagram precedenti è stata rimossa e ora reindirizza alla documentazione per gli sviluppatori della piattaforma Instagram.

August 30, 2021

Attività fuori da Facebook

Si applica a tutte le versioni.

Le modifiche del 15 giugno 2021 relative allo scollegamento delle attività e alle impostazioni delle attività future erano state messe in pausa a metà luglio, ma ora sono state riprese.

June 30, 2021

Token d'accesso account privato

Si applica a tutte le versioni.

I token d'accesso di lunga durata per gli account Instagram privati adesso possono essere aggiornati. Inoltre, adesso le autorizzazioni concesse alle app dagli utenti dell'app con account privati sono valide per 90 giorni.

June 15, 2021

Attività fuori da Facebook

Si applica a tutte le versioni.

Gli utenti che cancellano la cronologia o disattivano l'attività futura invalideranno i propri token d'accesso. Inoltre, agli utenti che hanno disattivato l'attività futura e tentano di utilizzare la finestra di autorizzazione verrà chiesto di attivare l'attività futura per poter usare la tua app.

June 8, 2021

Access Token Debugger

Applies to all versions.

The access token debugger tool now only returns an app-scoped ID when debugging a token.


API Versioning

Applies to all versions.

The API now supports versioned calls. To query a specific API version include the version number in the query path after the base URL. For example:

https://graph.instagram.com/v11.0/{node-id}/{edge-name}

Un-versioned requests (missing the version number) resolve to the version specified in the calling app's App Dashboard > Settings > Advanced > Upgrade API Version section.


App Scoped User IDs

Applies to version 11.0+.

App-scoped user IDs (ASIDs) have been introduced. ASIDs will replace raw user IDs in approximately two years, when version 10.0 is deprecated, so we recommend that you begin mapping your app users' raw IDs to their ASID equivalents.

  • All versions support raw user ID based queries.
  • Only version 11.0+ calls support ASID based queries.
  • Version 11.0+ calls will receive ASIDs in responses, even when querying raw user IDs.

Time-based Pagination

Applies to v11.0+.

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

October 24, 2020

  • User Node — The ig_id field, which returned the app user's Instagram Legacy User ID, has been deprecated.

August 31, 2020

June 5, 2020

  • Legacy IDs — You can now request the ig_id field on the User node to get the app user's Instagram Legacy API User ID. This field will be available until September 30th, 2020. (UPDATE: Available until October 24, 2020).

February 20, 2020

January 14, 2020

December 6, 2019

October 15, 2019

Instagram Basic Display API has officially launched!