prowdsponsor / ig

Bindings to Instagram's API
Other
11 stars 14 forks source link

Media parsing is broken as of June 1 2016 #24

Closed MHova closed 8 years ago

MHova commented 8 years ago

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.

cdepillabout commented 8 years ago

Closed in #25.