Description Usage Arguments Examples
This function creates a Mercado Libre access token.
1 2 3 4 5 | get_mercadolibre_authorization_code(
app_id = Sys.getenv("MELI_APP_ID"),
client_secret = Sys.getenv("MELI_SECRET_KEY"),
scope = scopes
)
|
app_id |
Defaults to System Environment variable "MELI_APP_ID" |
client_secret |
Defaults to System Envioronment variable "MELI_SECRET_KEY" |
scope |
Space delimited string of Mercado Libre scopes, found here: https://developers.mercadolibre.com.ar/es_ar/autenticacion-y-autorizacion#Obten-tu-access-token. All scopes are selected by default. Should match your app's enabled scopes. |
1 2 3 4 | ## Not run:
get_mercadolibre_authorization_code()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.