Description Usage Arguments Value Examples
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).
1 | user_getFriends(user, recenttracks = NA, limit = NA, page = NA)
|
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. |
A list of the user's friends.
1 2 3 4 | ## Not run:
user_getFriends("platyjus")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.