showByUserId

fun Friendships.showByUserId(    sourceId: Long,     targetId: Long,     vararg options: Option): JsonObjectApiAction<Friendships.Show>

Returns detailed information about the relationship between two arbitrary users.

Twitter API reference

Receiver

Friendships endpoint instance.

Return

JsonObjectApiAction for Show model.

Parameters

sourceId

The user_id of the subject user.

targetId

The user_id of the target user.

options

Optional. Custom parameters of this request.


fun Friendships.showByUserId(targetId: Long, vararg options: Option): JsonObjectApiAction<Friendships.Show>

Returns detailed information about the relationship between two arbitrary users.

Twitter API reference

Receiver

Friendships endpoint instance.

Return

JsonObjectApiAction for Show model.

Parameters

targetId

The user_id of the target user.

options

Optional. Custom parameters of this request.