Description Usage Arguments Value Examples
Generates a session key from Pastebin API, allowing user to create and delete signed pastes.
1 | getUserKey(api_dev_key, api_user_name, api_user_password)
|
api_dev_key |
Development key for Pastebin API, from http://pastebin.com/api/ |
api_user_name |
Your Pastebin account username |
api_user_password |
Your Pastebin account password |
session_key |
A Pastebin session key. |
1 2 3 4 5 | # dev_key <- "your dev key"
# user_name <- "your username"
# user_password <- "your password"
# session_key <- getUserKey(api_dev_key = dev_key, api_user_name = user_name, api_user_password = user_password) # generate a session key
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.