@Remoteable(path="https://api.twitter.com/1.1/favorites")
public interface Favorites
| Modifier and Type | Method and Description |
|---|---|
List<Tweet> |
list(FavoritesListRequest parameters)
Returns the 20 most recent Tweets favorited by the authenticating or specified user.
|
@RemoteMethod(httpMethod="GET",
path="/list.json")
List<Tweet> list(@QueryIfNE(value="*")
FavoritesListRequest parameters)
parameters - FavoritesListRequestCopyright © 2018 The Apache Software Foundation. All rights reserved.