Click or drag to resize
UsersClientGetUserByTwitterIdAsync Method
Retrieve API User by Twitter identifier

Namespace: Quickblox.Sdk.Modules.UsersModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task<HttpResponse<UserResponse>> GetUserByTwitterIdAsync(
	int twitterId
)

Parameters

twitterId
Type: SystemInt32
API User Twitter ID

Return Value

Type: TaskHttpResponseUserResponse

[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.UsersModule.UsersClient.GetUserByTwitterIdAsync(System.Int32)"]

See Also