Top "Twitter4j" questions

Twitter4J is a library enabling calls to the Twitter API from Java.

Android Twitter xAuth example using twitter4j

Android: I am trying the following xAuth example for android share. xAuth Authentication for Twitter Share in Android? System.setProperty("…

android twitter twitter4j xauth
How to retrieve more than 100 results using Twitter4j

I'm using the Twitter4j library to retrieve tweets, but I'm not getting nearly enough for my purposes. Currently, I'm …

java twitter processing twitter4j
Twitter4j - Rate limit exceeded

I would like to get followers using getFollowersIds() in Twitter4j, but I get ConnectionErrorException ... rate limit exceeded public static …

java twitter twitter4j
twitter4j: 401 authentication credentials missing or incorrect

I'm currently trying to get the userTimeline of a bunch of users. This has worked for me in the past, …

java twitter twitter4j
Friends list of a friend using Twitter4J

How can I obtain the friends list of a friend or follower using Twitter4J? Using getFriendsId(), I'm only able …

java twitter4j
twitter4j - access tweet information from Streaming API

My goal is to collect all tweets containing the words "France" and "Germany" and to also collect associated metadata (e.…

twitter twitter4j
Is it possible to get more than 100 tweets?

Is it possible to get more than 100 tweets using the Twitter4j API? If so can anyone point out the …

java twitter4j
twitter4j => AndroidRuntime(446): java.lang.NoClassDefFoundError: twitter4j.http.AccessToken

I am trying to use twitter4j for my app to connect and post to twitter. I am following this …

android twitter twitter4j
Twitter4j : Search for public tweets

How does one search within public tweets using the Twitter4j library ? public static void main(String[] args) { Twitter twitter = …

twitter twitter4j
Unable to iterate Java List in Scala

I'm using the Java Twitter4J library in a Scala project. I'm calling the method twitter.getFriendsStatuses() This method returns …

java scala twitter4j