MATLAB: Tweeting frequency with React App

iotThingSpeaktwitter

I've set a React channel on ThingSpeak IOT with a tweet being sent every time a certain condition is met, but I'm only receiving tweets the first time and some 12 hours later.

Best Answer

Twitter rate limits how often the exact same tweet can be tweeted from an account. You will likely want to make your tweets unique as the first step to figuring out where the issue is.