- getAccountSettings() - Method in interface twitter4j.api.UsersResourcesAsync
-
Returns the current trend, geo and sleep time information for the authenticating user.
- getAPIConfiguration() - Method in interface twitter4j.api.HelpResourcesAsync
-
Returns the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co URL lengths.
It is recommended applications request this endpoint when they are loaded, but no more than once a day.
- getAvailableTrends() - Method in interface twitter4j.api.TrendsResourcesAsync
-
Retrieves the locations that Twitter has trending topic information for.
- getAvailableTrends(GeoLocation) - Method in interface twitter4j.api.TrendsResourcesAsync
-
- getBlocksIDs() - Method in interface twitter4j.api.UsersResourcesAsync
-
Returns an array of numeric user ids the authenticating user is blocking.
- getBlocksIDs(long) - Method in interface twitter4j.api.UsersResourcesAsync
-
Returns an array of numeric user ids the authenticating user is blocking.
- getBlocksList() - Method in interface twitter4j.api.UsersResourcesAsync
-
Returns a list of user objects that the authenticating user is blocking.
- getBlocksList(long) - Method in interface twitter4j.api.UsersResourcesAsync
-
Returns a list of user objects that the authenticating user is blocking.
- getClosestTrends(GeoLocation) - Method in interface twitter4j.api.TrendsResourcesAsync
-
Returns the locations that Twitter has trending topic information for, closest to a specified location.
The response is an array of "locations" that encode the location's WOEID and some other human-readable information such as a canonical name and country the location belongs in.
A WOEID is a
Yahoo! Where On Earth ID.
- getContributees(long) - Method in interface twitter4j.api.UsersResourcesAsync
-
Returns an array of users that the specified user can contribute to.
- getContributees(String) - Method in interface twitter4j.api.UsersResourcesAsync
-
Returns an array of users that the specified user can contribute to.
- getContributors(long) - Method in interface twitter4j.api.UsersResourcesAsync
-
Returns an array of users who can contribute to the specified account.
- getContributors(String) - Method in interface twitter4j.api.UsersResourcesAsync
-
Returns an array of users who can contribute to the specified account.
- getDirectMessages() - Method in interface twitter4j.api.DirectMessagesResourcesAsync
-
Returns a list of the direct messages sent to the authenticating user.
- getDirectMessages(Paging) - Method in interface twitter4j.api.DirectMessagesResourcesAsync
-
Returns a list of the direct messages sent to the authenticating user.
- getFavorites() - Method in interface twitter4j.api.FavoritesResourcesAsync
-
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
- getFavorites(long) - Method in interface twitter4j.api.FavoritesResourcesAsync
-
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
- getFavorites(String) - Method in interface twitter4j.api.FavoritesResourcesAsync
-
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
- getFavorites(Paging) - Method in interface twitter4j.api.FavoritesResourcesAsync
-
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
- getFavorites(long, Paging) - Method in interface twitter4j.api.FavoritesResourcesAsync
-
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
- getFavorites(String, Paging) - Method in interface twitter4j.api.FavoritesResourcesAsync
-
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
- getFollowersIDs(long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
-
Returns an array of numeric IDs for every user the specified user is followed by.
- getFollowersIDs(long, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
-
Returns an array of numeric IDs for every user the specified user is followed by.
- getFollowersIDs(String, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
-
Returns an array of numeric IDs for every user the specified user is followed by.
- getFollowersList(long, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
-
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
- getFollowersList(String, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
-
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
- getFriendsIDs(long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
-
Returns an array of numeric IDs for every user the authenticating user is following.
- getFriendsIDs(long, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
-
Returns an array of numeric IDs for every user the specified user is following.
- getFriendsIDs(String, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
-
Returns an array of numeric IDs for every user the specified user is following.
- getFriendsList(long, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
-
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
- getFriendsList(String, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
-
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
- getGeoDetails(String) - Method in interface twitter4j.api.PlacesGeoResourcesAsync
-
- getHomeTimeline() - Method in interface twitter4j.api.TimelinesResourcesAsync
-
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
- getHomeTimeline(Paging) - Method in interface twitter4j.api.TimelinesResourcesAsync
-
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
- getIncomingFriendships(long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
-
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
- getInstance() - Method in class twitter4j.AsyncTwitterFactory
-
Returns an instance associated with the configuration bound to this factory.
- getInstance(AccessToken) - Method in class twitter4j.AsyncTwitterFactory
-
- getInstance(Authorization) - Method in class twitter4j.AsyncTwitterFactory
-
- getInstance(Twitter) - Method in class twitter4j.AsyncTwitterFactory
-
a kind of copy factory method constructs an AsyncTwitter from Twitter instance
- getLanguages() - Method in interface twitter4j.api.HelpResourcesAsync
-
Returns the list of languages supported by Twitter along with their ISO 639-1 code.
- getLocationTrends(int) - Method in interface twitter4j.api.TrendsResourcesAsync
-
- getMemberSuggestions(String) - Method in interface twitter4j.api.SuggestedUsersResourcesAsync
-
Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user.
- getMentions() - Method in interface twitter4j.api.TimelinesResourcesAsync
-
Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
- getMentions(Paging) - Method in interface twitter4j.api.TimelinesResourcesAsync
-
Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
- getOAuthAccessTokenAsync() - Method in interface twitter4j.auth.AsyncOAuthSupport
-
Returns an access token associated with this instance.
If no access token is associated with this instance, this will retrieve a new access token.
- getOAuthAccessTokenAsync(String) - Method in interface twitter4j.auth.AsyncOAuthSupport
-
Retrieves an access token.
- getOAuthAccessTokenAsync(RequestToken) - Method in interface twitter4j.auth.AsyncOAuthSupport
-
Retrieves an access token associated with the supplied request token and sets userId.
- getOAuthAccessTokenAsync(RequestToken, String) - Method in interface twitter4j.auth.AsyncOAuthSupport
-
Retrieves an access token associated with the supplied request token and sets userId.
- getOAuthAccessTokenAsync(String, String) - Method in interface twitter4j.auth.AsyncOAuthSupport
-
Retrieves an access token associated with the supplied screen name and password using xAuth.
In order to get access acquire AccessToken using xAuth, you must apply by sending an email to api@twitter.com — all other applications will receive an HTTP 401 error.
- getOAuthRequestTokenAsync() - Method in interface twitter4j.auth.AsyncOAuthSupport
-
Retrieves a request token
- getOAuthRequestTokenAsync(String) - Method in interface twitter4j.auth.AsyncOAuthSupport
-
Retrieves a request token
- getOAuthRequestTokenAsync(String, String) - Method in interface twitter4j.auth.AsyncOAuthSupport
-
Retrieves a request token
- getOEmbed(OEmbedRequest) - Method in interface twitter4j.api.TweetsResourcesAsync
-
Returns information allowing the creation of an embedded representation of a Tweet on third party sites.
- getOutgoingFriendships(long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
-
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
- getPlaceTrends(int) - Method in interface twitter4j.api.TrendsResourcesAsync
-
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.
- getPrivacyPolicy() - Method in interface twitter4j.api.HelpResourcesAsync
-
Returns Twitter's Privacy Policy.
- getRateLimitStatus() - Method in interface twitter4j.api.HelpResourcesAsync
-
Returns the current rate limits for methods belonging to the specified resource families.
Each 1.1 API resource belongs to a "resource family" which is indicated in its method documentation.
- getRateLimitStatus(String...) - Method in interface twitter4j.api.HelpResourcesAsync
-
Returns the current rate limits for methods belonging to the specified resource families.
Each 1.1 API resource belongs to a "resource family" which is indicated in its method documentation.
- getRetweets(long) - Method in interface twitter4j.api.TweetsResourcesAsync
-
Returns up to 100 of the first retweets of a given tweet.
- getRetweetsOfMe() - Method in interface twitter4j.api.TimelinesResourcesAsync
-
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
- getRetweetsOfMe(Paging) - Method in interface twitter4j.api.TimelinesResourcesAsync
-
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
- getSavedSearches() - Method in interface twitter4j.api.SavedSearchesResourcesAsync
-
Returns the authenticated user's saved search queries.
- getSentDirectMessages() - Method in interface twitter4j.api.DirectMessagesResourcesAsync
-
Returns a list of the direct messages sent by the authenticating user.
- getSentDirectMessages(Paging) - Method in interface twitter4j.api.DirectMessagesResourcesAsync
-
Returns a list of the direct messages sent by the authenticating user.
- getSimilarPlaces(GeoLocation, String, String, String) - Method in interface twitter4j.api.PlacesGeoResourcesAsync
-
Locates places near the given coordinates which are similar in name.
- getSingleton() - Static method in class twitter4j.AsyncTwitterFactory
-
Returns default singleton AsyncTwitter instance.
- getSuggestedUserCategories() - Method in interface twitter4j.api.SuggestedUsersResourcesAsync
-
Access to Twitter's suggested user list.
- getTermsOfService() - Method in interface twitter4j.api.HelpResourcesAsync
-
Returns Twitter's' Terms of Service.
- getUserListMembers(int, long) - Method in interface twitter4j.api.ListsResourcesAsync
-
Returns the members of the specified list.
- getUserListMembers(long, String, long) - Method in interface twitter4j.api.ListsResourcesAsync
-
Returns the members of the specified list.
- getUserListMemberships(long) - Method in interface twitter4j.api.ListsResourcesAsync
-
List the lists the authenticating user has been added to.
- getUserListMemberships(long, long) - Method in interface twitter4j.api.ListsResourcesAsync
-
List the lists the specified user has been added to.
- getUserListMemberships(String, long) - Method in interface twitter4j.api.ListsResourcesAsync
-
List the lists the specified user has been added to.
- getUserListMemberships(long, long, boolean) - Method in interface twitter4j.api.ListsResourcesAsync
-
List the lists the specified user has been added to.
- getUserListMemberships(String, long, boolean) - Method in interface twitter4j.api.ListsResourcesAsync
-
List the lists the specified user has been added to.
- getUserLists(String) - Method in interface twitter4j.api.ListsResourcesAsync
-
List the lists of the specified user.
- getUserLists(long) - Method in interface twitter4j.api.ListsResourcesAsync
-
List the lists of the specified user.
- getUserListStatuses(int, Paging) - Method in interface twitter4j.api.ListsResourcesAsync
-
Show tweet timeline for members of the specified list.
- getUserListStatuses(long, String, Paging) - Method in interface twitter4j.api.ListsResourcesAsync
-
Show tweet timeline for members of the specified list.
- getUserListSubscribers(int, long) - Method in interface twitter4j.api.ListsResourcesAsync
-
Returns the subscribers of the specified list.
- getUserListSubscribers(long, String, long) - Method in interface twitter4j.api.ListsResourcesAsync
-
Returns the subscribers of the specified list.
- getUserListSubscriptions(String, long) - Method in interface twitter4j.api.ListsResourcesAsync
-
List the lists the specified user follows.
- getUserSuggestions(String) - Method in interface twitter4j.api.SuggestedUsersResourcesAsync
-
Access the users in a given category of the Twitter suggested user list.
It is recommended that end clients cache this data for no more than one hour.
- getUserTimeline(String, Paging) - Method in interface twitter4j.api.TimelinesResourcesAsync
-
Returns the 20 most recent statuses posted from the authenticating user.
- getUserTimeline(long, Paging) - Method in interface twitter4j.api.TimelinesResourcesAsync
-
Returns the 20 most recent statuses posted from the authenticating user.
- getUserTimeline(Paging) - Method in interface twitter4j.api.TimelinesResourcesAsync
-
Returns the 20 most recent statuses posted from the authenticating user.
- getUserTimeline(String) - Method in interface twitter4j.api.TimelinesResourcesAsync
-
Returns the 20 most recent statuses posted from the authenticating user.
- getUserTimeline(long) - Method in interface twitter4j.api.TimelinesResourcesAsync
-
Returns the 20 most recent statuses posted from the authenticating user.
- getUserTimeline() - Method in interface twitter4j.api.TimelinesResourcesAsync
-
Returns the 20 most recent statuses posted from the authenticating user.
- getVersion() - Static method in class twitter4j.VersionAsync
-
- gotAccountSettings(AccountSettings) - Method in class twitter4j.TwitterAdapter
-
- gotAccountSettings(AccountSettings) - Method in interface twitter4j.TwitterListener
-
- gotAPIConfiguration(TwitterAPIConfiguration) - Method in class twitter4j.TwitterAdapter
-
- gotAPIConfiguration(TwitterAPIConfiguration) - Method in interface twitter4j.TwitterListener
-
- gotAvailableTrends(ResponseList<Location>) - Method in class twitter4j.TwitterAdapter
-
- gotAvailableTrends(ResponseList<Location>) - Method in interface twitter4j.TwitterListener
-
- gotBlockIDs(IDs) - Method in class twitter4j.TwitterAdapter
-
- gotBlockIDs(IDs) - Method in interface twitter4j.TwitterListener
-
- gotBlocksList(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
-
- gotBlocksList(ResponseList<User>) - Method in interface twitter4j.TwitterListener
-
- gotClosestTrends(ResponseList<Location>) - Method in class twitter4j.TwitterAdapter
-
- gotClosestTrends(ResponseList<Location>) - Method in interface twitter4j.TwitterListener
-
- gotContributees(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
-
- gotContributees(ResponseList<User>) - Method in interface twitter4j.TwitterListener
-
- gotContributors(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
-
- gotContributors(ResponseList<User>) - Method in interface twitter4j.TwitterListener
-
- gotDirectMessage(DirectMessage) - Method in class twitter4j.TwitterAdapter
-
- gotDirectMessage(DirectMessage) - Method in interface twitter4j.TwitterListener
-
- gotDirectMessages(ResponseList<DirectMessage>) - Method in class twitter4j.TwitterAdapter
-
- gotDirectMessages(ResponseList<DirectMessage>) - Method in interface twitter4j.TwitterListener
-
- gotFavorites(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
-
- gotFavorites(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
-
- gotFollowersIDs(IDs) - Method in class twitter4j.TwitterAdapter
-
- gotFollowersIDs(IDs) - Method in interface twitter4j.TwitterListener
-
- gotFollowersList(PagableResponseList<User>) - Method in class twitter4j.TwitterAdapter
-
- gotFollowersList(PagableResponseList<User>) - Method in interface twitter4j.TwitterListener
-
- gotFriendsIDs(IDs) - Method in class twitter4j.TwitterAdapter
-
- gotFriendsIDs(IDs) - Method in interface twitter4j.TwitterListener
-
- gotFriendsList(PagableResponseList<User>) - Method in class twitter4j.TwitterAdapter
-
- gotFriendsList(PagableResponseList<User>) - Method in interface twitter4j.TwitterListener
-
- gotGeoDetails(Place) - Method in class twitter4j.TwitterAdapter
-
- gotGeoDetails(Place) - Method in interface twitter4j.TwitterListener
-
- gotHomeTimeline(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
-
- gotHomeTimeline(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
-
- gotIncomingFriendships(IDs) - Method in class twitter4j.TwitterAdapter
-
- gotIncomingFriendships(IDs) - Method in interface twitter4j.TwitterListener
-
- gotLanguages(ResponseList<HelpResources.Language>) - Method in class twitter4j.TwitterAdapter
-
- gotLanguages(ResponseList<HelpResources.Language>) - Method in interface twitter4j.TwitterListener
-
- gotMemberSuggestions(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
-
- gotMemberSuggestions(ResponseList<User>) - Method in interface twitter4j.TwitterListener
-
- gotMentions(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
-
- gotMentions(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
-
- gotOAuthAccessToken(AccessToken) - Method in class twitter4j.TwitterAdapter
-
- gotOAuthAccessToken(AccessToken) - Method in interface twitter4j.TwitterListener
-
- gotOAuthRequestToken(RequestToken) - Method in class twitter4j.TwitterAdapter
-
- gotOAuthRequestToken(RequestToken) - Method in interface twitter4j.TwitterListener
-
- gotOEmbed(OEmbed) - Method in class twitter4j.TwitterAdapter
-
- gotOEmbed(OEmbed) - Method in interface twitter4j.TwitterListener
-
- gotOutgoingFriendships(IDs) - Method in class twitter4j.TwitterAdapter
-
- gotOutgoingFriendships(IDs) - Method in interface twitter4j.TwitterListener
-
- gotPlaceTrends(Trends) - Method in class twitter4j.TwitterAdapter
-
- gotPlaceTrends(Trends) - Method in interface twitter4j.TwitterListener
-
- gotPrivacyPolicy(String) - Method in class twitter4j.TwitterAdapter
-
- gotPrivacyPolicy(String) - Method in interface twitter4j.TwitterListener
-
- gotRateLimitStatus(Map<String, RateLimitStatus>) - Method in class twitter4j.TwitterAdapter
-
- gotRateLimitStatus(Map<String, RateLimitStatus>) - Method in interface twitter4j.TwitterListener
-
- gotRetweets(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
-
- gotRetweets(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
-
- gotRetweetsOfMe(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
-
- gotRetweetsOfMe(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
-
- gotReverseGeoCode(ResponseList<Place>) - Method in class twitter4j.TwitterAdapter
-
- gotReverseGeoCode(ResponseList<Place>) - Method in interface twitter4j.TwitterListener
-
- gotSavedSearch(SavedSearch) - Method in class twitter4j.TwitterAdapter
-
- gotSavedSearch(SavedSearch) - Method in interface twitter4j.TwitterListener
-
- gotSavedSearches(ResponseList<SavedSearch>) - Method in class twitter4j.TwitterAdapter
-
- gotSavedSearches(ResponseList<SavedSearch>) - Method in interface twitter4j.TwitterListener
-
- gotSentDirectMessages(ResponseList<DirectMessage>) - Method in class twitter4j.TwitterAdapter
-
- gotSentDirectMessages(ResponseList<DirectMessage>) - Method in interface twitter4j.TwitterListener
-
- gotShowFriendship(Relationship) - Method in class twitter4j.TwitterAdapter
-
- gotShowFriendship(Relationship) - Method in interface twitter4j.TwitterListener
-
- gotShowStatus(Status) - Method in class twitter4j.TwitterAdapter
-
- gotShowStatus(Status) - Method in interface twitter4j.TwitterListener
-
- gotShowUserList(UserList) - Method in class twitter4j.TwitterAdapter
-
- gotShowUserList(UserList) - Method in interface twitter4j.TwitterListener
-
- gotSimilarPlaces(SimilarPlaces) - Method in class twitter4j.TwitterAdapter
-
- gotSimilarPlaces(SimilarPlaces) - Method in interface twitter4j.TwitterListener
-
- gotSuggestedUserCategories(ResponseList<Category>) - Method in class twitter4j.TwitterAdapter
-
- gotSuggestedUserCategories(ResponseList<Category>) - Method in interface twitter4j.TwitterListener
-
- gotTermsOfService(String) - Method in class twitter4j.TwitterAdapter
-
- gotTermsOfService(String) - Method in interface twitter4j.TwitterListener
-
- gotUserDetail(User) - Method in class twitter4j.TwitterAdapter
-
- gotUserDetail(User) - Method in interface twitter4j.TwitterListener
-
- gotUserListMembers(PagableResponseList<User>) - Method in class twitter4j.TwitterAdapter
-
- gotUserListMembers(PagableResponseList<User>) - Method in interface twitter4j.TwitterListener
-
- gotUserListMemberships(PagableResponseList<UserList>) - Method in class twitter4j.TwitterAdapter
-
- gotUserListMemberships(PagableResponseList<UserList>) - Method in interface twitter4j.TwitterListener
-
- gotUserLists(ResponseList<UserList>) - Method in class twitter4j.TwitterAdapter
-
- gotUserLists(ResponseList<UserList>) - Method in interface twitter4j.TwitterListener
-
- gotUserListStatuses(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
-
- gotUserListStatuses(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
-
- gotUserListSubscribers(PagableResponseList<User>) - Method in class twitter4j.TwitterAdapter
-
- gotUserListSubscribers(PagableResponseList<User>) - Method in interface twitter4j.TwitterListener
-
- gotUserListSubscriptions(PagableResponseList<UserList>) - Method in class twitter4j.TwitterAdapter
-
- gotUserListSubscriptions(PagableResponseList<UserList>) - Method in interface twitter4j.TwitterListener
-
- gotUserSuggestions(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
-
- gotUserSuggestions(ResponseList<User>) - Method in interface twitter4j.TwitterListener
-
- gotUserTimeline(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
-
- gotUserTimeline(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
-