View source: R/endpoints-soap.R
make_login_url | R Documentation |
Login URL Generator
make_login_url(login_url)
login_url |
|
character
; a complete URL (as a string) that will be used to
login to. This string is specific to your environment (production, sandbox,
etc.) and the API version being used.
This function is meant to be used internally. Only use when debugging.
You should set the login URL globally as one of the package options:
options(salesforcer.login_url="https://test.salesforce.com")
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.