Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find detailed info regarding Twitter4J Query strings?

Tags:

java

twitter4j

Hi I have this project that I need to use Java to access twitter api, and I found Twitter4j easy to use and tried some samples from the site. However I cannot find details regarding the Query class regarding the query strings for this object, anyone knows a comprehensive info for this one?

Cheers.

like image 280
quarks Avatar asked Oct 06 '11 14:10

quarks


2 Answers

If by "query string" you mean the value in the query field, that's literally any text you can type into the search box on Twitter's website. There's no list of examples because it's so wide open. Just use whatever you happen to be thinking about at that particular instant in time.

like image 53
Eric Hydrick Avatar answered Nov 20 '22 11:11

Eric Hydrick


The related JavaDoc page is where I would start (select the library version your using) + searching for 'Twitter4J query examples' in Google.

Is what you need not covered in this?: http://twitter4j.org/en/code-examples.html

like image 23
jefflunt Avatar answered Nov 20 '22 10:11

jefflunt