| Icon | Member | Description |
|---|---|---|
| Show(OAuthTokens, Decimal, OptionalProperties) |
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline.
| |
| Show(Decimal, OptionalProperties) |
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline.
| |
| Show(OAuthTokens, Decimal) |
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline.
| |
| Show(Decimal) |
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline.
| |
| Show(OAuthTokens, String, OptionalProperties) |
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline.
| |
| Show(String, OptionalProperties) |
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline.
| |
| Show(OAuthTokens, String) |
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline.
| |
| Show(String) |
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline.
|