Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Replying to deleted tweets #8

Closed
IBBoard opened this issue Sep 1, 2019 · 1 comment
Closed

Replying to deleted tweets #8

IBBoard opened this issue Sep 1, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@IBBoard
Copy link
Owner

IBBoard commented Sep 1, 2019

In baedert/corebird#712, Baedert pointed out that replying to deleted tweets would fail. This could be caught with the streaming API for users we follow (because we'd see the deletion message) but the non-streaming API doesn't get informed about deletions.

I need to check what Cawbird does when replying to a deleted tweet. We shouldn't lose the text. Because that's annoying.

@IBBoard IBBoard added the info required This doesn't seem right or more details are required label Sep 2, 2019
@IBBoard
Copy link
Owner Author

IBBoard commented Jan 21, 2020

Currently we just pop up a "Forbidden" message, but it also returns the following data:

{"errors":[{"code":385,"message":"You attempted to reply to a Tweet that is deleted or not visible to you."}

More info in the docs at https://developer.twitter.com/en/docs/basics/response-codes

@IBBoard IBBoard added enhancement New feature or request and removed info required This doesn't seem right or more details are required labels Jan 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant