Twitterizer 2 Documentation
TwitterUserAsync Class
NamespacesTwitterizerTwitterUserAsync

[Missing <summary> documentation for "T:Twitterizer.TwitterUserAsync"]

Declaration Syntax
C#Visual Basic
public static class TwitterUserAsync
Public NotInheritable Class TwitterUserAsync
Members
All MembersMethods



IconMemberDescription
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.

Inheritance Hierarchy
Object
TwitterUserAsync

Assembly: Twitterizer2.Asynchronous (Module: Twitterizer2.Asynchronous) Version: 2.4.0.37902 (2.4.0.0)