October 20, 2021

Out-of-cycle changes.

Instagram API

IG Comments

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).

Instagram Webhooks

Applies to all versions.

The comments Instagram webhooks field now includes the following properties in the value field object:

  • from.idIGSID of the Instagram user who created the comment.
  • from.username — Username of the Instagram user who created the comment
  • media.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).