Description Usage Arguments Details Examples
Edit a user’s profile data.
1 2 3 4 5 | edit_profile(
username,
token,
options = list()
)
|
username |
String containing a valid username |
token |
Token object obtained from authorize() |
options |
(optional) Parameters, see Details |
Authentication as the user is required. For options, the following parameters are allowed:
name: The real name of the user.
home_page: The user’s website.
location: The geographical location of the user.
profile: Biographical information about the user.
curr_abbr: Currency for marketplace data.
1 2 | token <- authorize("key", "secret")
edit_profile("name", token, options = list("home_page" = "www.discogs.com"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.