Package | Description |
---|---|
org.springframework.social.twitter.api |
Spring Social's Service API for Twitter
|
Modifier and Type | Method and Description |
---|---|
SearchResults |
SearchOperations.search(SearchParameters searchParameters)
Searches Twitter, returning a set of results
Supports either user or application authorization.
|
SearchResults |
SearchOperations.search(String query)
Searches Twitter, returning the first 50 matching
Tweet s
Supports either user or application authorization. |
SearchResults |
SearchOperations.search(String query,
int pageSize)
Searches Twitter, returning a specific page out of the complete set of results.
|
SearchResults |
SearchOperations.search(String query,
int pageSize,
long sinceId,
long maxId)
Searches Twitter, returning a specific page out of the complete set of
results.
|
Copyright © 2017. All rights reserved.