[Missing <summary> documentation for "T:Twitterizer.TwitterUserAsync"]
| C# | Visual Basic |
public static class TwitterUserAsync
Public NotInheritable Class TwitterUserAsync
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Lookup(OAuthTokens, LookupUsersOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUserCollection>)>>)>)>>)) |
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
| |
| Search(OAuthTokens, String, UserSearchOptions, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUserCollection>)>>)>)>>)) |
Runs a search for users similar to Find People button on Twitter.com. The results returned by people search on Twitter.com are the same as those returned by this API request.
| |
| Show(OAuthTokens, String, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>)) |
Shows the specified username.
| |
| Show(String, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterUser>)>>)>)>>)) |
Shows the specified username.
|
| Object | |
| TwitterUserAsync | |