pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
963 stars 304 forks source link

Instagram feed not showing #339

Open leeshuzheng2 opened 5 years ago

leeshuzheng2 commented 5 years ago

I am unable to retrieve instagram feed at the moment. I've seen several issues suggesting to replace '@USERNAME' with '&ACCOUNTID' as the value of 'accounts':

instagram: { accounts: ['&40xxxxxx510'], limit: 4, client_id: '1bd1axxxxxxxxxxxxxx27c02dbc', access_token: '400xxxxxxxxxxxxxxxxxxa3c9e' },

1) Do I still need an access_token?

2) As I am not seeing any errors thrown in the debug console, is there a way to turn on a debug option?

Thanks!