| Package | Description |
|---|---|
| org.agorava.twitter |
| Modifier and Type | Method and Description |
|---|---|
CursoredList<Long> |
TwitterFriendService.getFollowerIds()
Retrieves a list of up to 5000 IDs for the Twitter users that follow the authenticated user.
|
CursoredList<Long> |
TwitterFriendService.getFollowerIds(long userId)
Retrieves a list of up to 5000IDs for the Twitter users that follow the given user.
|
CursoredList<Long> |
TwitterFriendService.getFollowerIds(String screenName)
Retrieves a list of up to 5000 IDs for the Twitter users that follow the given user.
|
CursoredList<Long> |
TwitterFriendService.getFollowerIdsInCursor(long cursor)
Retrieves a list of up to 5000 IDs for the Twitter users that follow the authenticated user.
|
CursoredList<Long> |
TwitterFriendService.getFollowerIdsInCursor(long userId,
long cursor)
Retrieves a list of up to 5000IDs for the Twitter users that follow the given user.
|
CursoredList<Long> |
TwitterFriendService.getFollowerIdsInCursor(String screenName,
long cursor)
Retrieves a list of up to 5000 IDs for the Twitter users that follow the given user.
|
CursoredList<TwitterProfile> |
TwitterFriendService.getFollowers()
Retrieves a list of up to 5000 users that the authenticated user is being followed by Note that this method make multiple
calls to Twitter's REST API (one call to get a list of the follower IDs and one call for every 100 followers).
|
CursoredList<TwitterProfile> |
TwitterFriendService.getFollowers(long userId)
Retrieves a list of up to 5000 users that the given user is being followed by Note that this method make multiple calls
to Twitter's REST API (one call to get a list of the follower IDs and one call for every 100 followers).
|
CursoredList<TwitterProfile> |
TwitterFriendService.getFollowers(String screenName)
Retrieves a list of up to 5000 users that the given user is being followed by Note that this method make multiple calls
to Twitter's REST API (one call to get a list of the follower IDs and one call for every 100 followers).
|
CursoredList<TwitterProfile> |
TwitterFriendService.getFollowersInCursor(long cursor)
Retrieves a list of up to 5000 users that the authenticated user is being followed by Note that this method make multiple
calls to Twitter's REST API (one call to get a list of the follower IDs and one call for every 100 followers).
|
CursoredList<TwitterProfile> |
TwitterFriendService.getFollowersInCursor(long userId,
long cursor)
Retrieves a list of up to 5000 users that the given user is being followed by Note that this method make multiple calls
to Twitter's REST API (one call to get a list of the follower IDs and one call for every 100 followers).
|
CursoredList<TwitterProfile> |
TwitterFriendService.getFollowersInCursor(String screenName,
long cursor)
Retrieves a list of up to 5000 users that the given user is being followed by Note that this method make multiple calls
to Twitter's REST API (one call to get a list of the follower IDs and one call for every 100 followers).
|
CursoredList<Long> |
TwitterFriendService.getFriendIds()
Retrieves a list of up to 5000 IDs for the Twitter users that the authenticated user follows.
|
CursoredList<Long> |
TwitterFriendService.getFriendIds(long userId)
Retrieves a list of up to 5000 IDs for the Twitter users that the given user follows.
|
CursoredList<Long> |
TwitterFriendService.getFriendIds(String screenName)
Retrieves a list of up to 5000 IDs for the Twitter users that the given user follows.
|
CursoredList<Long> |
TwitterFriendService.getFriendIdsInCursor(long cursor)
Retrieves a list of up to 5000 IDs for the Twitter users that the authenticated user follows.
|
CursoredList<Long> |
TwitterFriendService.getFriendIdsInCursor(long userId,
long cursor)
Retrieves a list of up to 5000 IDs for the Twitter users that the given user follows.
|
CursoredList<Long> |
TwitterFriendService.getFriendIdsInCursor(String screenName,
long cursor)
Retrieves a list of up to 5000 IDs for the Twitter users that the given user follows.
|
CursoredList<TwitterProfile> |
TwitterFriendService.getFriends()
Retrieves a list of up to 5000 users that the authenticated user follows.
|
CursoredList<TwitterProfile> |
TwitterFriendService.getFriends(long userId)
Retrieves a list of up to 5000 users that the given user follows.
|
CursoredList<TwitterProfile> |
TwitterFriendService.getFriends(String screenName)
Retrieves a list of up to 5000 users that the given user follows.
|
CursoredList<TwitterProfile> |
TwitterFriendService.getFriendsInCursor(long cursor)
Retrieves a list of up to 5000 users that the authenticated user follows.
|
CursoredList<TwitterProfile> |
TwitterFriendService.getFriendsInCursor(long userId,
long cursor)
Retrieves a list of up to 5000 users that the given user follows.
|
CursoredList<TwitterProfile> |
TwitterFriendService.getFriendsInCursor(String screenName,
long cursor)
Retrieves a list of up to 5000 users that the given user follows.
|
CursoredList<Long> |
TwitterFriendService.getIncomingFriendships()
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
|
CursoredList<Long> |
TwitterFriendService.getIncomingFriendships(long cursor)
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
|
CursoredList<Long> |
TwitterFriendService.getOutgoingFriendships()
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
|
CursoredList<Long> |
TwitterFriendService.getOutgoingFriendships(long cursor)
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
|
Copyright © 2013. All Rights Reserved.