You cannot post messages because only members can post, and you are not currently a member.
Description:
Mailing list for Twitter4J
|
|
|
|
Integer overflow issue
|
| |
Yusuke, Check out the stack trace below...the numeric value is suspicious because if I'm not mistaken it's max unsigned int...so it may be trying to represent -1 instead of an actual value. But anyway, we're seeing this problem on occasion with the twitter firehose: Exception in thread "Twitter Stream Handling Thread[Receiving stream]"... more »
|
|
|
401:Authentication credentials were missing or incorrect.
|
| |
Dear Yusuke,
I need to collect the number of followers and friends of a specified
user, however, I always have an error about 401 or 400. How to resolve
them?
public void searchTweets(String queryString) throws Exception{
Twitter twitter = new TwitterFactory().getInstance() ;
try {
Query query = new Query(queryString);... more »
|
|
|
Image performance issue
|
| |
First, sorry for my poor english. Seems like i've performance issues when i download profile image for show in my timeline/mentions/follower list, it's really slow and causes "lag". I try a few things(code) for do it but i've got same problem always. That's my actual function: public static Bitmap getBitmapFromURL(String src) {... more »
|
|
|
getGeoLocation() returns NULL everytime (version 3.0.4 with processing)
|
| |
Hi there, designing a piece of digital installation. I'd need the geolocation of status provided by the stream. I'm okay with everything else (account names etc) but not the location. Obviously, I know not everyone activate this but getGeoLocation() seems to return NULL everytime. any idea for me?
|
|
|
rate limit, search and hashtag pages
|
| |
Hi all,
I'm working on my thesis, I'll have to data mine twitter... with a
single user token/app, since I only have one pc available.
As of now I am sure I will be limited from twitter rate limits so I'm
looking to push to the very limit and use whenever possible different
rate-limit buckets.... more »
|
|
|
Search API Returning Wrong Retweet Count Field
|
| |
I noticed this issue this morning. For some reason the status object retrieved from search API is returning retweet count as at most 1, even though the retweeted tweet has much more retweet. Did anyone face this issue, have any idea whats wrong? I am using version 3.03 of Twitter4J. Kind Regards... more »
|
|
|
Search API is returning wrong retweet count
|
| |
I noticed this morning, For some reason the status object is returning wrong number in retweet count field. retweetCount field returns 1 for tweets retweeted much more. Is there anyone else experiencing this issue? My maven dependencies are as follows: <dependency> <groupId>org.twitter4j</groupI d>... more »
|
|
|
401 on oauth/access_token
|
| |
Twitter changed/broke the API ?! 2013-05-06T16:37:11.006128+00: 00 app[web.1]: <?xml version="1.0" encoding="UTF-8"?> 2013-05-06T16:37:11.006128+00: 00 app[web.1]: <hash> 2013-05-06T16:37:11.006128+00: 00 app[web.1]: <error>Required oauth_verifier parameter not provided</error> 2013-05-06T16:37:11.006128+00: 00 app[web.1]:... more »
|
|
|
Getting userID by screenName
|
| |
Hey guys,
I have a need to get the userID but I only have the screenName. I looked in
the archive and I found a message called getUserDetails(string) but it was
retired, I think.
Any help would be most appreciated.
Thanks very much,
-Ahmed
|
|
|