Instagram rolled out the new version of their API yesterday June 1 2016. In particular, they rolled out the following breaking change:
API responses containing media objects no longer return the data field in comments and likes nodes
This breaks Aeson parsing of the Media type, specifically the mComments and mLikes fields. The Collection wrapper expects a data json array which no longer exists. The comments and likes nodes now only contain a count field.
Instagram rolled out the new version of their API yesterday June 1 2016. In particular, they rolled out the following breaking change:
This breaks Aeson parsing of the
Media
type, specifically themComments
andmLikes
fields. TheCollection
wrapper expects adata
json array which no longer exists. Thecomments
andlikes
nodes now only contain acount
field.