Files
ebooks_example/bots.rb
Hiramiya a6f32fda6e Prevent double-favourite on special tweets
Tweets determined as 'special' to the bot could (under a 50% chance) accidentally attempt to be favourited twice, causing a crash due to Twitter returning a Forbidden response. In this example, we add an assertion to check whether the earlier favourite has occurred, to prevent it happening again.
2014-05-17 15:40:58 +01:00

3.7 KiB