Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I tweet with an image? #25

Open
eightfx opened this issue Feb 19, 2023 · 1 comment
Open

How do I tweet with an image? #25

eightfx opened this issue Feb 19, 2023 · 1 comment

Comments

@eightfx
Copy link

eightfx commented Feb 19, 2023

To tweet with an image, we need to follow these steps I think.

  1. upload the image as media
  2. get the uploaded media id
  3. call the TwitterApi::~~~~.post_tweet().add_media(my_media_id).send()

I do not know how to do step 1 - 2.

Thanks for your help.

@jyap808
Copy link

jyap808 commented May 13, 2024

You need to upload the image with API v1.

Wrote a blog post here (although sample code is in Golang): https://julianyap.com/posts/2024-03-13-1710365831/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants