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

Facebook feeds are not being pulled #210

Closed ktharmabalan closed 8 years ago

ktharmabalan commented 8 years ago

Facebook feeds are not being pull anymore. It was working before but suddenly stopped working. Twitter feeds are being pulled without an issue though.

eirikkw commented 8 years ago

I had the same issue earlier today. The fix for me was to create a new Facebook app. Apparently the old one had reached it's request limit: https://developers.facebook.com/docs/marketing-api/api-rate-limiting

ktharmabalan commented 8 years ago

That fixed it. Thank you.