Hey How to reply to a tweet with a tweet with media #491
Unanswered
uddinArsalan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I want to reply to a tweet with a media or an image along with its tweetContent ,How can I do this
Is this the right way
await v1Client.reply(tweetContent,parentTweetId,{ media_ids: mediaId });
If yes will it require elevated access since I am getting this error while doing so
You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product
Beta Was this translation helpful? Give feedback.
All reactions