stevenschobert/instafeed.js

Should remove permalink

rwblue opened this issue · 2 comments

This permalink filter cause exception in API

url = 'https://graph.instagram.com/me/media?fields=caption,id,media_type,media_url,permalink,thumbnail_url,timestamp,username&access_token='+ token;

Seems to be temporary issues at Facebooks end.
It would be nice with at feature to exclude some fields though (e.g. permalink).

Hey @rwblue and @mastrup! Thanks for the heads up -- strange to hear an specific field request could be causing troubles in the Instagram API.

I like the idea of adding an option to control which fields are requested though! I've added a feature request #706 to track that.