Description Usage Arguments Details Examples
Retrieve a user profile by username.
1 2 3 4 | get_profile(
username,
token
)
|
username |
String containing a valid username |
token |
Token object obtained from authorize() |
If authenticated as the requested user, the email key will be visible, and the num_list count will include the user’s private lists. If authenticated as the requested user or the user’s collection/wantlist is public, the num_collection / num_wantlist keys will be visible.
1 2 | token <- authorize("key", "secret")
profile <- get_profile("name", token)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.