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
962 stars 304 forks source link

Pinterest doesn't work #170

Open MelchnerRoman opened 8 years ago

MelchnerRoman commented 8 years ago

I love your plugin! Just integrated instagram, facebook and twitter - now i need pinterest:

  pinterest:{
    accounts: ['@romanmelchner'],
    limit: 10,
    access_token: 'xxxxxxxxxx|xxxxxxxxxxxxxx'
  },

could you provide working code - or update your demo?

Cheers, Roman

mutiullah7 commented 6 years ago

HI, Pinterest was working fine few days ago, but it's now stopped working giving me consol error

Uncaught TypeError: Cannot read property 'forEach' of null
    at Object.getPosts [as success] (jquery.socialfeed.js?ver=4.9.5:691)
    at i (jquery.js?ver=1.12.4:2)
    at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
    at y (jquery.js?ver=1.12.4:4)
    at HTMLScriptElement.b.onload.b.onreadystatechange (jquery.js?ver=1.12.4:4)

Please help