Get a list of the user's friends on Last.fm. Implementation of last.fm's user.getFriends API method (http://www.last.fm/api/show/user.getFriends).

user_getFriends(user, recenttracks = NA, limit = NA, page = NA)

Arguments

user

The last.fm username to fetch the friends of.

recenttracks

Whether or not to include information about friends' recent listening in the response.

limit

The number of results to fetch per page. Defaults to 50.

page

The page number to fetch. Defaults to first page.

Value

A list of the user's friends.

Examples

# NOT RUN {
user_getFriends("platyjus")
# }