Description Usage Arguments Value Examples
Refresh token
1 | withings_authrefresh(token)
|
token |
Your token obtained using |
A refreshed access token
1 2 3 4 5 6 7 8 | ## Not run:
client_id <- 12345
client_secret <- "hunter2"
token <- withings_auth(client_id, client_secret)
token <- withings_authrefresh(token)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.