Top "Twitter4j" questions

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

"PKIX path building failed" and "unable to find valid certification path to requested target"

I'm trying to get tweets using twitter4j library for my java project. On my first run I got an …

java jsp servlets twitter4j
Get tweets of a public twitter profile

I have a list of usernames on Twitter whose profiles are public. I wish to get "all the tweets" they …

java api twitter twitter4j
Android Twitter integration using oauth and twitter4j

I want to integrate twitter in an android application and found many tutorials. Implemented 2 of them. But after implementing, when …

android twitter twitter-oauth twitter4j android-twitter
Getting "err" : "E11000 duplicate key error when inserting into mongo using the Java driver

Exception in thread "main" com.mongodb.MongoException$DuplicateKey: { "serverUsed" : "localhost/127.0.0.1:27017" , "err" : "E11000 duplicate key error index: twitterdb03.LevelAFollowers.$id dup …

java mongodb twitter4j
How to wrap (float) cards in bootstrap 4

I am using bootstrap 4 beta. I have a list of cards. I want them to be of fixed width, but …

html twitter-bootstrap twitter4j
How to search for tweets using twitter API 1.1 and java

Twitter API has been changed from 1.0 to 1.1. Now for any type of query it has to be authorized. I am …

java twitter twitter4j
Get Tweets with Pictures using twitter search api

Is it possible to get tweets which contain photos? I am currently using twitter search api and getting all the …

twitter twitter4j twitter-search
How to retrieve a twitter user's name using Twitter 4j

I'm new to android development (and java in general). I'm building an application that requires a user to signup by …

android twitter twitter4j
How to get user information from twitter in android app?

I am integrating twitter in my android app. I am able to authorize the app for the user. Now, I …

android twitter twitter4j
Android: Login with Twitter using Twitter4J

What I Have Tried: I already have registered an app in twitter and got Consumer Key and Secret.Even I …

android login twitter-oauth twitter4j