Re: With Twitter4j API, why am I not able to pull tweets with certain keywords?

2017-04-05 Thread Ian.Maloney
I think the twitter4j API only pulls some publicly available data. To get the full dataset you might need to use a vendor like Radian6 or GnipÅ  See below: https://brightplanet.com/2013/06/twitter-firehose-vs-twitter-api-whats-the- difference-and-why-should-you-care/ On 4/5/17, 12:02 AM,

With Twitter4j API, why am I not able to pull tweets with certain keywords?

2017-04-04 Thread Gaurav1809
I am using Spark Streaming to with twitter4j API to pull tweets. I am able to pull tweets for some keywords but not for others. If I explicitly tweet with those keywords, even then API does not pull them. For some it is smooth. Has anyone encountered this issue before? Please suggest solution.