I have a question about salesforce and the security token. I am changing the token, the email and password and I would like to know if I have to change also the CLIENT_SECRET and CLIENT_ID. Are they linked with the username and pass/token? how can I get them?
this is the piece of code:
define("SALESFORCE_LOGIN_URI", "https://login.salesforce.com");
define("SALESFORCE_CLIENT_ID", "exempleexepleexempleexepleCLIENTID.");
define("SALESFORCE_CLIENT_SECRET", "00000000ClientSecret");
define("SALESFORCE_USERNAME", "[email protected]");
define("SALESFORCE_PASSWORD", "password");
define("SALESFORCE_SECURITY_TOKEN", "exempleexepleToken");
Thanks in advance.