rob-murray / jekyll-twitter-plugin

A Liquid tag plugin for the Jekyll blogging engine that embeds Tweets, Timelines and more from Twitter API
MIT License
238 stars 30 forks source link

More updates off the back of Twitter #8

Closed rob-murray closed 9 years ago

rob-murray commented 9 years ago

The Twitter API seems to be returning a few Http 403's with "Sorry, you are not authorized to see this status.". These are raised as Twitter::Error::Forbidden via the Twitter gem.

This could be due so some Twitter API changes or Twitter user changes? Think if the Dev account used via the API does not follow the Tweet poster, and they mark their Tweets as private then the request fails.