Twiiter4j API Tutorial

15,801

Solution 1

Do u have a specific question, because right on twitter4j.org has a howto with example: http://twitter4j.org/en/code-examples.html

Solution 2

check this out. see if it brings to you any use. http://blog.blprnt.com/blog/blprnt/quick-tutorial-twitter-processing

i realize you may have used that now that you said "blogs". This may help, its in line with Twitter's migration to Java for many site elements. Check it out. http://www.java-tutorial.ch/maven/retrieve-tweets-using-twitter4j

Solution 3

I think you'll find exactly what you need here: http://www.androidhive.info/2012/09/android-twitter-oauth-connect-tutorial/

Solution 4

If you will download twitter4j-2.2.5 Jar file. It will have a twitter4j-examples folder.You can get examples of all functions for twitter there. But before using that , you need to get consumer secret/token and access token/secret from Twitter Developers

Share:
15,801
Admin
Author by

Admin

Updated on June 15, 2022

Comments

  • Admin
    Admin almost 2 years

    I have gone through a lot of blogs and tutorials for using Twitter 4j library for writing a simple tweet through program but very less were useful. Can somebody provide me with a site with good tutorial regarding the steps for the same.