View source: R/ca_refresh_token.R
Refresh an access token
1 2 3 4 5 | ca_refresh_token(
app_id = Sys.getenv("CHANNELADVISOR_APP_ID"),
secret = Sys.getenv("CHANNELADVISOR_SECRET"),
refresh_token = Sys.getenv("CHANNELADVISOR_REFRESH_TOKEN")
)
|
app_id |
channeladvisor dev application id |
refresh_token |
channeladvisor refresh token |
app_secret |
channeladvisor application secret |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.