seal308 / TweetRoom

0 stars 0 forks source link

Error: Duplicate Tweet #1

Open seal308 opened 6 years ago

seal308 commented 6 years ago

https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/post-statuses-update

"For each update attempt, the update text is compared with the authenticating user’s recent Tweets. Any attempt that would result in duplication will be blocked, resulting in a 403 error. A user cannot submit the same status twice in a row."

First night tweeted out A to Z, same night when tried to tweet out A again got error even though the last tweet (Z) was not the same. The question is how recent is "recent Tweets"

Will try A again tomorrow and see if resets in 24 hrs or something. If that's good then we are ok because I doubt anyone would go from A to Z to A in a span of 24 hours. Might wanna handle worst case though.

seal308 commented 6 years ago

Send out B 13 hrs later and it works fine so we should be good.