View source: R/users_profile.R
get_my_profile | R Documentation |
Get detailed profile information about the current user (including the current user’s username).
get_my_profile(authorization = get_spotify_authorization_code())
authorization |
Required. A valid access token from the Spotify Accounts service.
See the Web API authorization Guide for more details. Defaults to |
Returns a data frame of results containing user profile information. See https://developer.spotify.com/documentation/web-api/reference/users-profile/get-current-users-profile/ for more information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.