Package | Description |
---|---|
twitter4j |
general package for Twitter4J
|
twitter4j.api |
APIs represents Twitter API resources
|
twitter4j.json |
this package is deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Trends |
TwitterObjectFactory.createTrends(String rawJSON)
Constructs a Trends object from rawJSON string.
|
Modifier and Type | Method and Description |
---|---|
Trends |
TrendsResources.getPlaceTrends(int woeid)
Returns the top 10 trending topics for a specific WOEID, if trending information is available for it.
The response is an array of "trend" objects that encode the name of the trending topic, the query parameter that can be used to search for the topic on Twitter Search, and the Twitter Search URL. This information is cached for 5 minutes. |
Modifier and Type | Method and Description |
---|---|
static Trends |
DataObjectFactory.createTrends(String rawJSON)
Deprecated.
Constructs a Trends object from rawJSON string.
|
Copyright © 2018. All rights reserved.