Package | Description |
---|---|
org.springframework.social.twitter.api |
Spring Social's Service API for Twitter
|
Modifier and Type | Method and Description |
---|---|
CursoredList<Long> |
BlockOperations.getBlockedUserIds()
Retrieves a list of user IDs for the users that the authenticating user has blocked.
|
CursoredList<Long> |
BlockOperations.getBlockedUserIdsInCursor(long cursor)
Retrieves a list of user IDs for the users that the authenticating user has blocked.
|
CursoredList<TwitterProfile> |
BlockOperations.getBlockedUsers()
Retrieves a list of users that the authenticating user has blocked.
|
CursoredList<TwitterProfile> |
BlockOperations.getBlockedUsersInCursor(long cursor)
Retrieves a list of users that the authenticating user has blocked.
|
CursoredList<Long> |
FriendOperations.getFollowerIds()
Retrieves a list of up to 5000 IDs for the Twitter users that follow the authenticated user.
|
CursoredList<Long> |
FriendOperations.getFollowerIds(long userId)
Retrieves a list of up to 5000IDs for the Twitter users that follow the given user.
|
CursoredList<Long> |
FriendOperations.getFollowerIds(String screenName)
Retrieves a list of up to 5000 IDs for the Twitter users that follow the given user.
|
CursoredList<Long> |
FriendOperations.getFollowerIdsInCursor(long cursor)
Retrieves a list of up to 5000 IDs for the Twitter users that follow the authenticated user.
|
CursoredList<Long> |
FriendOperations.getFollowerIdsInCursor(long userId,
long cursor)
Retrieves a list of up to 5000IDs for the Twitter users that follow the given user.
|
CursoredList<Long> |
FriendOperations.getFollowerIdsInCursor(String screenName,
long cursor)
Retrieves a list of up to 5000 IDs for the Twitter users that follow the given user.
|
CursoredList<TwitterProfile> |
FriendOperations.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> |
FriendOperations.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> |
FriendOperations.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> |
FriendOperations.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> |
FriendOperations.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> |
FriendOperations.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> |
FriendOperations.getFriendIds()
Retrieves a list of up to 5000 IDs for the Twitter users that the authenticated user follows.
|
CursoredList<Long> |
FriendOperations.getFriendIds(long userId)
Retrieves a list of up to 5000 IDs for the Twitter users that the given user follows.
|
CursoredList<Long> |
FriendOperations.getFriendIds(String screenName)
Retrieves a list of up to 5000 IDs for the Twitter users that the given user follows.
|
CursoredList<Long> |
FriendOperations.getFriendIdsInCursor(long cursor)
Retrieves a list of up to 5000 IDs for the Twitter users that the authenticated user follows.
|
CursoredList<Long> |
FriendOperations.getFriendIdsInCursor(long userId,
long cursor)
Retrieves a list of up to 5000 IDs for the Twitter users that the given user follows.
|
CursoredList<Long> |
FriendOperations.getFriendIdsInCursor(String screenName,
long cursor)
Retrieves a list of up to 5000 IDs for the Twitter users that the given user follows.
|
CursoredList<TwitterProfile> |
FriendOperations.getFriends()
Retrieves a list of up to 5000 users that the authenticated user follows.
|
CursoredList<TwitterProfile> |
FriendOperations.getFriends(long userId)
Retrieves a list of up to 5000 users that the given user follows.
|
CursoredList<TwitterProfile> |
FriendOperations.getFriends(String screenName)
Retrieves a list of up to 5000 users that the given user follows.
|
CursoredList<TwitterProfile> |
FriendOperations.getFriendsInCursor(long cursor)
Retrieves a list of up to 5000 users that the authenticated user follows.
|
CursoredList<TwitterProfile> |
FriendOperations.getFriendsInCursor(long userId,
long cursor)
Retrieves a list of up to 5000 users that the given user follows.
|
CursoredList<TwitterProfile> |
FriendOperations.getFriendsInCursor(String screenName,
long cursor)
Retrieves a list of up to 5000 users that the given user follows.
|
CursoredList<Long> |
FriendOperations.getIncomingFriendships()
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
|
CursoredList<Long> |
FriendOperations.getIncomingFriendships(long cursor)
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
|
CursoredList<UserList> |
ListOperations.getMemberships(long userId)
Retrieves the lists that a given user is a member of.
|
CursoredList<UserList> |
ListOperations.getMemberships(String screenName)
Retrieves the lists that a given user is a member of.
|
CursoredList<Long> |
FriendOperations.getOutgoingFriendships()
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
|
CursoredList<Long> |
FriendOperations.getOutgoingFriendships(long cursor)
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
|
CursoredList<UserList> |
ListOperations.getSubscriptions(long userId)
Retrieves the lists that a given user is subscribed to.
|
CursoredList<UserList> |
ListOperations.getSubscriptions(String screenName)
Retrieves the lists that a given user is subscribed to.
|
Copyright © 2019. All rights reserved.