Hi
How to Post video on twitter/linked In account using c#
Thanks
Hi
How to Post video on twitter/linked In account using c#
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Eliana BlakePosted Apr 27, 2025, 4:59 AM
Hello! It seems like you are interested in learning how to post a video on Twitter/LinkedIn using C#. Posting videos programmatically can be quite beneficial for automating content sharing. Unfortunately, both Twitter and LinkedIn APIs do not natively support video upload functionalities using C#. However, there are workarounds that you can explore to achieve this.
One common approach is to use third-party libraries like Tweetinvi for Twitter or LinkedIn API Libraries for LinkedIn. These libraries provide functionalities to interact with the respective APIs and can be integrated into your C# application to handle video uploads.
Here is a basic example using Tweetinvi for posting a video on Twitter in C#:
Remember to replace the placeholders like CONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN, and ACCESS_TOKEN_SECRET with your actual Twitter API credentials.
For LinkedIn, you can explore the LinkedIn API documentation for ways to achieve video posting programmatically in a similar manner.
Do let me know if you need further assistance or more detailed examples!