get_friend_list: Get User's friend list

Description Usage Arguments Value Returns

View source: R/get-friend-list.R

Description

Returns the friend list of a user, provided his or her Steam Community profile visibility is set to "Public".

Usage

1
get_friend_list(steam_key, steam64_id, relationship)

Arguments

steam_key

A Steam Web API Key.

steam64_id

A 64-bit SteamID to return friend list for.

relationship

Relationship filter. Possibles values: all, friend.

Value

A user's friend list

Returns

Each item in the resulting list contains:

steamid

The friend's 64-bit SteamID

relationship

The relationship qualifier

friend_since

UNIX timestamp representing the time when the relationship was created


josegallegos07/steamR documentation built on May 19, 2019, 8:48 p.m.