Description Usage Arguments Value Examples
refreshToken
refreshes an OAuth access token that enables R to make
authenticated calls to the Jamendo API. The refreshed token can be saved as a
file in disk to be re-used in future sessions. This function relies on the
httr
package to refresh the OAuth token
1 2 3 4 5 | resfreshToken(
token,
client_id = Sys.getenv("JAMENDO_CLIENT_ID"),
client_secret = Sys.getenv("JAMENDO_CLIENT_SECRET")
)
|
token |
OAuth access token (the previously created OAuth token) |
client_id |
Defaults to System Environment variable "JAMENDO_CLIENT_ID" |
client_secret |
Defaults to System Environment variable "JAMENDO_CLIENT_SECRET" |
Returns an OAuth access token as environment
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.