Click or drag to resize
UsersClientGetUserByFacebookIdAsync Method
Search API User by Facebook 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>> GetUserByFacebookIdAsync(
	long facebookId
)

Parameters

facebookId
Type: SystemInt64
API User Facebook ID

Return Value

Type: TaskHttpResponseUserResponse

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

See Also