Tag: twitter
Posted in Twitter4j
How to post image tweets to Twitter using Twitter4j Java API
In this example I am going to discuss on how to post image tweets to Twitter using Twitter4j Java API. Twitter4j is an unofficial Java library and using this you can easily integrate Java application with Twitter service. Using image tweets I want to mean that I want to post text as well as image with this tweet. As many…
How to post tweets using Twitter4j Java API
Here we will discuss on how to post tweets using Twitter4j Java API. Twitter4j is an unofficial Java library and using this you can easily integrate Java application with Twitter service. You can easily use standalone jar for this twitter4j API or using maven or gradle build tool to download the required jar on the classpath automatically.