Upload video on twitter

后端 未结 2 1996
终归单人心
终归单人心 2020-12-15 08:48

I have to upload a video on twitter from android app. I have successfully uploaded image and text on twitter. I am using the twitter4j-core-3.0.3.jar library. <

相关标签:
2条回答
  • 2020-12-15 09:08

    Refer this link CLICK HERE Twitter video share this may be useful to others . I have made up a library by extending twitter4j library . Note this is used for only Silent Video share i.e Without using the composer .

    0 讨论(0)
  • 2020-12-15 09:21

    EDIT 2016: This answer is outdated. Twitter now support video upload in addition to linking.

    You cannot upload video directly to Twitter - they simply don't support it.

    Here's what you have to do, instead.

    1. Upload the video to a 3rd party service (like YouTube)
    2. Get the public URL of the uploaded video
    3. Add the URL to the status you send to Twitter - e.g. "Here is my video http://example.com/video123"

    If you want, you can add a thumbnail of the video as an image attachment.

    0 讨论(0)
提交回复
热议问题