Salesforce.com interface to directly access Salesforce.com
Dependencies: HTTPClient-SSL MbedJSONValue
Dependents: df-2014-salesforce-hrm-k64f
Fork of SalesforceInterface by
Revision 12:0e7290e093df, committed 2014-09-23
- Comitter:
- ansond
- Date:
- Tue Sep 23 16:21:28 2014 +0000
- Parent:
- 11:b6e6519688e8
- Child:
- 13:3088dd4b4bef
- Commit message:
- updated comments
Changed in this revision
SalesforceInterface.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/SalesforceInterface.h Tue Sep 23 16:18:58 2014 +0000 +++ b/SalesforceInterface.h Tue Sep 23 16:21:28 2014 +0000 @@ -115,9 +115,9 @@ /** Establish salesforce.com credentials @param username salesforce.com account user name - @param password salesfroce.com account password. The password must be of the form [password][security token] + @param password salesforce.com account password. The password must be of the form [password][security token] @param client_id salesforce.com connected application "customer key" value - @param client_secret salesfroce.com connected application client secret value + @param client_secret salesforce.com connected application client secret value */ void setCredentials(char *username,char *password,char *client_id,char *client_secret);