Description Usage Arguments Value Examples
Create a CHPP product (a consumer in OAuth terminology).
1 2  | 
key | 
 Consumer key.  | 
secret | 
 Consumer secret.  | 
callback | 
 Callback URL (  | 
challenge | 
 Manage challenges?  | 
order | 
 Set match orders?  | 
youth | 
 Manage youth players?  | 
training | 
 Set training?  | 
bid | 
 Place bid?  | 
An object of class "consumer".
1 2 3 4 5 6 7  | # Consumer key and secret below are for illustrative purposes only
cns <- consumer("3qxJ4m36ONdmkQxVES9xW5",
                "nOhqxax1vDLElZPXgSzYOWIGWbDTQD1BpegtGPz4sCu")
# Ask for permission to manage challenges
cns <- consumer("3qxJ4m36ONdmkQxVES9xW5",
                "nOhqxax1vDLElZPXgSzYOWIGWbDTQD1BpegtGPz4sCu",
                challenge = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.