decode_url_key | R Documentation |
Decode the key in the url to get a password for the access token.
decode_url_key(hash_key, url_key, gunzip = FALSE, debug = FALSE)
hash_key |
Key that is given to decrypt |
url_key |
Encrypted key retrieved from the url |
gunzip |
Whether to gunzip the key after decoding. |
debug |
Whether to enable debugging messages. |
String containing the encrypted password which can be used to get an access token
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.