Hi,
I am using the API “api/1.1/post/statuses/update” to post a reply to one of the comments to my tweet. The InReplyToStatusId passed is same as the ID of the comment to the tweet. The status update text is also having the mention of the user who commented.
But when I make this post call I get this error—> You attempted to reply to a Tweet that is deleted or not visible to you.
{“errors”:[{“code”:385,“message”:“You attempted to reply to a Tweet that is deleted or not visible to you.”}]}
403:The request is understood, but it has been refused. An accompanying error message will explain why. This code is used when requests are being denied due to update limits
message - You attempted to reply to a Tweet that is deleted or not visible to you.
code - 385
Please note this comment and tweet are available on the twitter site and reply button is also available for the comment.
Do give your thoughts on why this could be happening.
thanks!
1 Like
are you replying to a private / protected user? or a suspended user? are you blocked by the user? and is the tweet definitely not deleted, and doesn’t have limited replies?
1 Like
system
Closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.